Skip to content

Commit 022f8d9

Browse files
Alphabetize imports in Lib/venv/__init__.py
1 parent fc3d400 commit 022f8d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/venv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"""
77
import logging
88
import os
9+
import shlex
910
import shutil
1011
import subprocess
1112
import sys
1213
import sysconfig
1314
import types
14-
import shlex
1515

1616

1717
CORE_VENV_DEPS = ('pip',)

0 commit comments

Comments
 (0)