From a954f1c6c3e7b1d48c4afb92d15ee7ba186ec463 Mon Sep 17 00:00:00 2001 From: Donghee Na Date: Sun, 1 Oct 2023 08:32:28 +0900 Subject: [PATCH] nit --- Lib/os.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/os.py b/Lib/os.py index bb16aafb145623..8484f07e2796b0 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -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)):