mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-12 06:02:31 +02:00
Fix mypy errors
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user