Skip to content

Commit

Permalink
black-isort
Browse files Browse the repository at this point in the history
  • Loading branch information
justheuristic committed Feb 9, 2023
1 parent d46e94c commit 49e4569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hivemind/utils/mpfuture.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def _maybe_initialize_mpfuture_backend(cls):
target=cls._process_updates_in_background,
args=[receiver_pipe],
name=f"{__name__}.BACKEND",
daemon=True
daemon=True,
)
cls._pipe_waiter_thread.start()

Expand Down

0 comments on commit 49e4569

Please sign in to comment.