We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95baaa6 commit d8e5645Copy full SHA for d8e5645
tests/extensions/test_classification.py
@@ -174,7 +174,9 @@ def test_apply_classes(plain_item: Item) -> None:
174
plain_item.validate()
175
assert (
176
ClassificationExtension.ext(plain_item).classes is not None
177
- and len(cast(list[Classification], ClassificationExtension.ext(plain_item).classes))
+ and len(
178
+ cast(list[Classification], ClassificationExtension.ext(plain_item).classes)
179
+ )
180
== 2
181
)
182
0 commit comments