Skip to content

Commit

Permalink
fix flask8
Browse files Browse the repository at this point in the history
Hhhilulu committed Dec 7, 2023
1 parent e597f68 commit f78e5f9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -150,7 +150,8 @@ def test_spawn_mode_parallelism_in_subprocess(
"estimated_worker_count_based_on_memory_usage": estimated_available_worker_count
}
mock_logger.info.assert_any_call(
f"Set process count to {n_process} by taking the minimum value among the factors of {factors}."
f"Set process count to {n_process} by taking the minimum value among the factors "
f"of {factors}."
)


0 comments on commit f78e5f9

Please sign in to comment.