chore: Black formatting
This commit is contained in:
parent
c2aec7add6
commit
19599a66d7
6 changed files with 12 additions and 10 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import papis.logging
|
||||
|
||||
from papis_extract.exporter import Exporter
|
||||
|
|
|
|||
|
|
@ -29,7 +29,9 @@ class NotesExporter:
|
|||
"""
|
||||
for doc, annots in annot_docs:
|
||||
# first always true since we write single doc per note
|
||||
formatted_annotations: list[str] = self.formatter(doc, annots, first=True).split("\n")
|
||||
formatted_annotations: list[str] = self.formatter(
|
||||
doc, annots, first=True
|
||||
).split("\n")
|
||||
if formatted_annotations:
|
||||
self._add_annots_to_note(doc, formatted_annotations, force=self.force)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue