From 20209dabe67e1e6b2972a60e196f97018c14dfbd Mon Sep 17 00:00:00 2001 From: Xiaokui Shu Date: Wed, 19 Jul 2023 15:10:18 -0400 Subject: [PATCH] fix #1533 with import update --- .../stix_translation/src/patterns/grammar/STIXPatternLexer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stix_shifter_utils/stix_translation/src/patterns/grammar/STIXPatternLexer.py b/stix_shifter_utils/stix_translation/src/patterns/grammar/STIXPatternLexer.py index 5e0810954..cdccc75e8 100644 --- a/stix_shifter_utils/stix_translation/src/patterns/grammar/STIXPatternLexer.py +++ b/stix_shifter_utils/stix_translation/src/patterns/grammar/STIXPatternLexer.py @@ -1,7 +1,7 @@ # Generated from stix_shifter_utils/stix_translation/src/patterns/grammar/STIXPattern.g4 by ANTLR 4.8 from antlr4 import * from io import StringIO -from typing.io import TextIO +from typing import TextIO import sys