Skip to content

Commit 65f2f09

Browse files
committed
fix the lint errors
1 parent 33664ff commit 65f2f09

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/tools/generate_esp32_chip_factory_bin.py

-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,12 @@
1818

1919
import argparse
2020
import base64
21-
import enum
2221
import logging
2322
import os
2423
import sys
2524
from types import SimpleNamespace
2625

2726
import cryptography.x509
28-
from bitarray import bitarray
29-
from bitarray.util import ba2int
3027
from esp_secure_cert.tlv_format import generate_partition_ds, generate_partition_no_ds, tlv_priv_key_t, tlv_priv_key_type_t
3128

3229
CHIP_TOPDIR = os.path.dirname(os.path.realpath(__file__))[:-len(os.path.join('scripts', 'tools'))]

0 commit comments

Comments
 (0)