Skip to content

Commit d8e5645

Browse files
committed
fix: formatting
1 parent 95baaa6 commit d8e5645

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/extensions/test_classification.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ def test_apply_classes(plain_item: Item) -> None:
174174
plain_item.validate()
175175
assert (
176176
ClassificationExtension.ext(plain_item).classes is not None
177-
and len(cast(list[Classification], ClassificationExtension.ext(plain_item).classes))
177+
and len(
178+
cast(list[Classification], ClassificationExtension.ext(plain_item).classes)
179+
)
178180
== 2
179181
)
180182

0 commit comments

Comments
 (0)