From 1cc78814cd8812c459115749409882b7243e5581 Mon Sep 17 00:00:00 2001 From: Ashraf Ali Date: Fri, 20 Dec 2024 15:04:30 +0530 Subject: [PATCH] Remove dependancy on re.T Signed-off-by: Ashraf Ali --- BaseTools/Source/Python/FMMT/core/BinaryFactoryProduct.py | 1 - 1 file changed, 1 deletion(-) diff --git a/BaseTools/Source/Python/FMMT/core/BinaryFactoryProduct.py b/BaseTools/Source/Python/FMMT/core/BinaryFactoryProduct.py index de174f26ab23..7ebe11d00101 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.
# SPDX-License-Identifier: BSD-2-Clause-Patent ## -from re import T import copy import os import sys