diff --git a/stix2/test/v21/test_custom.py b/stix2/test/v21/test_custom.py index 47b169b..13eeba9 100644 --- a/stix2/test/v21/test_custom.py +++ b/stix2/test/v21/test_custom.py @@ -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"