Skip to content

Commit

Permalink
1 to None
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
  • Loading branch information
YarShev committed Feb 6, 2024
1 parent c9499b4 commit c7bfd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/config/envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ class DaskThreadsPerWorker(EnvironmentVariable, type=int):
"""Number of threads per Dask worker."""

varname = "MODIN_DASK_THREADS_PER_WORKER"
default = 1
default = None


def _check_vars() -> None:
Expand Down

0 comments on commit c7bfd4e

Please sign in to comment.