Skip to content

Commit

Permalink
make pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Feb 1, 2023
1 parent ea86c1b commit b469803
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quasiqueue/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def shutdown(a=None, b=None):
try:
processes: List[mp.Process] = []
while not shutdown_event.is_set():

# Prune dead processes
processes = [x for x in processes if x.is_alive()]

Expand Down

0 comments on commit b469803

Please sign in to comment.