chore: Formatting for ruff check

This commit is contained in:
Marty Oehme 2025-09-12 10:19:49 +02:00
parent 7459fbeb0b
commit dfc3bdea70
Signed by: Marty
GPG key ID: 4E535BC19C61886E
2 changed files with 4 additions and 2 deletions

View file

@ -6,7 +6,9 @@ from papis_extract.annotation import Annotation
def test_value_comparison_works():
sut = Annotation("myfile", content="Here be content!", note="and a note")
other = Annotation("myfile", content="Here be different content!", note="but still a note")
other = Annotation(
"myfile", content="Here be different content!", note="but still a note"
)
assert sut != other

View file

@ -1,6 +1,6 @@
from papis.document import Document
from papis_extract.annotation import Annotation
from papis_extract.annotation import Annotation
from papis_extract.formatter import (
format_count,
format_csv,