Fix more pre-commit style issues.
parent
724122db65
commit
3dba3f74f9
|
@ -16,4 +16,3 @@ class StringConstantForTesting(StringConstant):
|
||||||
|
|
||||||
class StartStopQualifierForTesting(StartStopQualifier):
|
class StartStopQualifierForTesting(StartStopQualifier):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,8 @@ from stix2.pattern_visitor import create_pattern_object
|
||||||
import stix2.patterns
|
import stix2.patterns
|
||||||
import stix2.utils
|
import stix2.utils
|
||||||
|
|
||||||
|
# flake8 does not approve of star imports.
|
||||||
|
# flake8: noqa: F405
|
||||||
from .pattern_ast_overrides import *
|
from .pattern_ast_overrides import *
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,3 @@ class StringConstantForTesting(StringConstant):
|
||||||
|
|
||||||
class StartStopQualifierForTesting(StartStopQualifier):
|
class StartStopQualifierForTesting(StartStopQualifier):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,8 @@ from stix2.pattern_visitor import create_pattern_object
|
||||||
import stix2.patterns
|
import stix2.patterns
|
||||||
import stix2.utils
|
import stix2.utils
|
||||||
|
|
||||||
|
# flake8 does not approve of star imports.
|
||||||
|
# flake8: noqa: F405
|
||||||
from .pattern_ast_overrides import *
|
from .pattern_ast_overrides import *
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue