Skip to content

Commit 8730425

Browse files
restyled-commitsmykrupp
authored andcommitted
Restyled by autopep8
1 parent 9c888d2 commit 8730425

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/tools/silabs/factory_data_generator/custom.py

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def custom_function(self):
5151
from cryptography.hazmat.primitives.serialization import load_der_private_key
5252
from default import Base64Argument, FileArgument, IntArgument, StrArgument
5353

54+
5455
class DacPKey(FileArgument):
5556

5657
def __init__(self, arg):

scripts/tools/silabs/ota/ota_multi_image_tool.py

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class TAG:
6363
BOOTLOADER = 2
6464
FACTORY_DATA = 3
6565

66+
6667
def set_logger():
6768
stdout_handler = logging.StreamHandler(stream=sys.stdout)
6869
logging.basicConfig(

0 commit comments

Comments
 (0)