Skip to content

Commit

Permalink
black: add extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Oct 25, 2024
1 parent ea7089f commit 0e22f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daisy/serial_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ def run_blockwise(self, tasks: list[Task], scheduler=None) -> dict[str, TaskStat

if len(process_funcs) == 0:
break

self.notify_server_exit()
return scheduler.task_states

0 comments on commit 0e22f49

Please sign in to comment.