Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 22, 2024
1 parent 5e32a34 commit ad51bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_dependencies_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,4 @@ def test_block_allocation_false_two_workers(self):
# with self.assertRaises(RuntimeError):
# with Executor(max_cores=2, backend="local", block_allocation=True) as exe:
# cloudpickle_register(ind=1)
# _ = exe.submit(raise_error)
# _ = exe.submit(raise_error)

0 comments on commit ad51bbd

Please sign in to comment.