We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0238f commit 64a8f28Copy full SHA for 64a8f28
1 file changed
Lib/site.py
@@ -817,7 +817,6 @@ def venv(known_paths):
817
major, minor = map(int, version.split(".")[:2])
818
except ValueError:
819
major, minor = None
820
-
821
if (
822
major == sys.version_info.major
823
and minor is not None
0 commit comments