Fix mypy errors

This commit is contained in:
Joscha
2021-04-29 15:47:52 +02:00
parent d2103d7c44
commit 502654d853
2 changed files with 6 additions and 6 deletions

View File

@ -49,7 +49,7 @@ class Crawler(ABC):
self._conductor.print(text)
def exclusive_output(self):
def exclusive_output(self) -> AsyncContextManager[None]:
"""
Acquire exclusive rights™ to the terminal output. While this context
manager is held, output such as printing and progress bars from other