Skip to content

Commit 338b4fd

Browse files
committed
Code format
1 parent cd897de commit 338b4fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin2hpm/hpm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ def upg_action_hdr(**kwargs):
9393
result += zero_cksum(result)
9494
return result
9595

96-
def upg_action_img(img_data,**kwargs):
97-
96+
def upg_action_img(img_data, **kwargs):
9897
result = upg_action_hdr(**{
9998
'action_type': UpgradeActionType.Upload,
10099
**kwargs

0 commit comments

Comments
 (0)