diff options
author | Ashraf Ali <ashraf.ali.s@intel.com> | 2024-12-20 15:04:30 +0530 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-12-24 07:32:42 +0000 |
commit | 1cc78814cd8812c459115749409882b7243e5581 (patch) | |
tree | 52d2f84b3e7cceb8df1c7af2f6992f8410eb0d3a /BaseTools | |
parent | e8c7b14da07172bb0739cc3a6d4afb3e326e8e3c (diff) | |
download | edk2-1cc78814cd8812c459115749409882b7243e5581.tar.gz |
Remove dependancy on re.T
Signed-off-by: Ashraf Ali <ashraf.ali.s@intel.com>
Diffstat (limited to 'BaseTools')
-rw-r--r-- | BaseTools/Source/Python/FMMT/core/BinaryFactoryProduct.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/FMMT/core/BinaryFactoryProduct.py b/BaseTools/Source/Python/FMMT/core/BinaryFactoryProduct.py index de174f26ab..7ebe11d001 100644 --- a/BaseTools/Source/Python/FMMT/core/BinaryFactoryProduct.py +++ b/BaseTools/Source/Python/FMMT/core/BinaryFactoryProduct.py @@ -4,7 +4,6 @@ # Copyright (c) 2021-, Intel Corporation. All rights reserved.<BR>
# SPDX-License-Identifier: BSD-2-Clause-Patent
##
-from re import T
import copy
import os
import sys
|