Stop the flake8 hook from complaining about a line in a unit
test that it is misunderstanding and shouldn't be complaining about.pull/1/head
parent
b2108e90c6
commit
d7981dce9f
|
@ -1971,7 +1971,7 @@ def test_invalid_extension_prop_name():
|
|||
("7foo", stix2.properties.StringProperty()),
|
||||
],
|
||||
)
|
||||
class CustomExt:
|
||||
class CustomExt: # noqa: F811
|
||||
extension_type = "toplevel-property-extension"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue