Skip to content

Commit

Permalink
Fix type annotation for Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
jharriman committed Jan 10, 2020
1 parent 660474f commit 5bc259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mirakuru/output.py
Expand Up @@ -133,7 +133,7 @@ def _wait_for_darwin_output(self, *fds: Optional[IO[Any]]) -> bool:
return True
return False

def _wait_for_output(self, *polls: Tuple[select.poll, IO[Any]]) -> bool:
def _wait_for_output(self, *polls: Tuple['select.poll', IO[Any]]) -> bool:
"""
Check if output matches banner.
Expand Down

0 comments on commit 5bc259d

Please sign in to comment.