chore: Black formatting

This commit is contained in:
Marty Oehme 2024-06-12 11:46:39 +02:00
parent c2aec7add6
commit 19599a66d7
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
6 changed files with 12 additions and 10 deletions

View file

@ -14,11 +14,9 @@ logger = papis.logging.get_logger(__name__)
class Extractor(Protocol):
def can_process(self, filename: Path) -> bool:
...
def can_process(self, filename: Path) -> bool: ...
def run(self, filename: Path) -> list[Annotation]:
...
def run(self, filename: Path) -> list[Annotation]: ...
def start(