We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e93535 commit a7b01b0Copy full SHA for a7b01b0
scripts/tools/silabs/ota/ota_multi_image_tool.py
@@ -50,7 +50,6 @@
50
from chip.tlv import TLVWriter # noqa: E402 isort:skip
51
from custom import CertDeclaration, DacCert, DacPKey, PaiCert # noqa: E402 isort:skip
52
from default import InputArgument # noqa: E402 isort:skip
53
-from generate import set_logger # noqa: E402 isort:skip
54
55
OTA_APP_TLV_TEMP = os.path.join(os.path.dirname(__file__), "ota_temp_app_tlv.bin")
56
OTA_BOOTLOADER_TLV_TEMP = os.path.join(os.path.dirname(__file__), "ota_temp_ssbl_tlv.bin")
0 commit comments