Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Sep 30, 2023
1 parent 32843ed commit a954f1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Lib/os.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,6 @@ def add_dll_directory(path):


def _is_cpu_overrided():
is_overrided = False
env_opt = environ.get('PYTHONCPUCOUNT', None)
xopt = sys._xoptions.get('cpu_count', None)
if not any((env_opt, xopt)):
Expand Down

0 comments on commit a954f1c

Please sign in to comment.