chore: Formatting for ruff check
This commit is contained in:
parent
7459fbeb0b
commit
dfc3bdea70
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue