summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Ecc/CParser4/CParser.py
diff options
context:
space:
mode:
Diffstat (limited to 'BaseTools/Source/Python/Ecc/CParser4/CParser.py')
-rw-r--r--BaseTools/Source/Python/Ecc/CParser4/CParser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Ecc/CParser4/CParser.py b/BaseTools/Source/Python/Ecc/CParser4/CParser.py
index 31d23d55aa..4d88238abe 100644
--- a/BaseTools/Source/Python/Ecc/CParser4/CParser.py
+++ b/BaseTools/Source/Python/Ecc/CParser4/CParser.py
@@ -2,7 +2,7 @@
# encoding: utf-8
from antlr4 import *
from io import StringIO
-from typing.io import TextIO
+from typing import TextIO
import sys