Removed a bunch of no-longer-used imports from pattern_visitor.py
parent
76a6eb5873
commit
1959cc6097
|
@ -1,11 +1,7 @@
|
|||
import importlib
|
||||
import inspect
|
||||
|
||||
from antlr4 import BailErrorStrategy, CommonTokenStream, InputStream
|
||||
import antlr4.error.Errors
|
||||
import six
|
||||
from stix2patterns.exceptions import ParseException, ParserErrorListener
|
||||
from stix2patterns.grammars.STIXPatternLexer import STIXPatternLexer
|
||||
from stix2patterns.exceptions import ParseException
|
||||
from stix2patterns.grammars.STIXPatternParser import (
|
||||
STIXPatternParser, TerminalNode,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue