Removed a bunch of no-longer-used imports from pattern_visitor.py

master
Michael Chisholm 2020-02-19 16:45:15 -05:00
parent 76a6eb5873
commit 1959cc6097
1 changed files with 1 additions and 5 deletions

View File

@ -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,
)