Skip to content

Commit 39e2446

Browse files
committed
Format file with black
1 parent a6eb618 commit 39e2446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/htrun/host_tests_plugins/module_copy_pyocd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def execute(self, capability, *args, **kwargs):
8989

9090
# Program the file
9191
programmer = FileProgrammer(session)
92-
programmer.program(image_path, format=kwargs['format'])
92+
programmer.program(image_path, format=kwargs["format"])
9393

9494
return True
9595

0 commit comments

Comments
 (0)