Skip to content

Commit b460079

Browse files
committed
remove unused libs caught by linter
1 parent 8730425 commit b460079

File tree

1 file changed

+1
-1
lines changed
  • scripts/tools/silabs/factory_data_generator

1 file changed

+1
-1
lines changed

scripts/tools/silabs/factory_data_generator/custom.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def custom_function(self):
4949

5050
from cryptography.hazmat.backends import default_backend
5151
from cryptography.hazmat.primitives.serialization import load_der_private_key
52-
from default import Base64Argument, FileArgument, IntArgument, StrArgument
52+
from default import FileArgument
5353

5454

5555
class DacPKey(FileArgument):

0 commit comments

Comments
 (0)