Skip to content

Commit c3a5f7e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ab95394 commit c3a5f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/BasicExample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
workflow_path = os.path.join(cwd, workflow_filename)
4040

4141
print("Initializing workflow engine...")
42-
with Engine(heartbeat_interval=60*1_000) as mc:
42+
with Engine(heartbeat_interval=60 * 1_000) as mc:
4343
print("Loading workflow: " + workflow_path)
4444
with mc.load_workflow(workflow_path) as workflow:
4545
print("Loaded: " + workflow_filename)

0 commit comments

Comments
 (0)