Skip to content

Commit d7981dc

Browse files
committed
Stop the flake8 hook from complaining about a line in a unit
test that it is misunderstanding and shouldn't be complaining about.
1 parent b2108e9 commit d7981dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stix2/test/v21/test_custom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1971,7 +1971,7 @@ class CustomExt:
19711971
("7foo", stix2.properties.StringProperty()),
19721972
],
19731973
)
1974-
class CustomExt:
1974+
class CustomExt: # noqa: F811
19751975
extension_type = "toplevel-property-extension"
19761976

19771977

0 commit comments

Comments
 (0)