Skip to content

Commit

Permalink
black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jan 15, 2024
1 parent 74d01e1 commit 35884a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pympipool/shared/executorbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ def executor_broker(
**kwargs,
)
while True:
if execute_task_dict(task_dict=future_queue.get(), meta_future_lst=meta_future_lst):
if execute_task_dict(
task_dict=future_queue.get(), meta_future_lst=meta_future_lst
):
future_queue.task_done()
else:
future_queue.task_done()
Expand Down

0 comments on commit 35884a4

Please sign in to comment.