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
Michael Chisholm 2021-07-12 14:40:54 -04:00
parent b2108e90c6
commit d7981dce9f
1 changed files with 1 additions and 1 deletions

View File

@ -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"