diff options
Diffstat (limited to 'BaseTools/Source/Python/Table/TableEotReport.py')
-rw-r--r-- | BaseTools/Source/Python/Table/TableEotReport.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Table/TableEotReport.py b/BaseTools/Source/Python/Table/TableEotReport.py index 72bc11f6db..abd433ec8e 100644 --- a/BaseTools/Source/Python/Table/TableEotReport.py +++ b/BaseTools/Source/Python/Table/TableEotReport.py @@ -13,7 +13,6 @@ import Common.EdkLogger as EdkLogger import Common.LongFilePathOs as os, time
from Table.Table import Table
from Common.StringUtils import ConvertToSqlString2
-import Eot.EotToolError as EotToolError
import Eot.EotGlobalData as EotGlobalData
## TableReport
|