Skip to content

Commit 64a8f28

Browse files
committed
Fix linting
1 parent 5d0238f commit 64a8f28

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/site.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ def venv(known_paths):
817817
major, minor = map(int, version.split(".")[:2])
818818
except ValueError:
819819
major, minor = None
820-
821820
if (
822821
major == sys.version_info.major
823822
and minor is not None

0 commit comments

Comments
 (0)