Skip to content

Commit a7b01b0

Browse files
committed
Adds change for script
1 parent 1e93535 commit a7b01b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/tools/silabs/ota/ota_multi_image_tool.py

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
from chip.tlv import TLVWriter # noqa: E402 isort:skip
5151
from custom import CertDeclaration, DacCert, DacPKey, PaiCert # noqa: E402 isort:skip
5252
from default import InputArgument # noqa: E402 isort:skip
53-
from generate import set_logger # noqa: E402 isort:skip
5453

5554
OTA_APP_TLV_TEMP = os.path.join(os.path.dirname(__file__), "ota_temp_app_tlv.bin")
5655
OTA_BOOTLOADER_TLV_TEMP = os.path.join(os.path.dirname(__file__), "ota_temp_ssbl_tlv.bin")

0 commit comments

Comments
 (0)