chore: Black formatting
This commit is contained in:
parent
c2aec7add6
commit
19599a66d7
6 changed files with 12 additions and 10 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue