Skip to content

Commit 97652be

Browse files
Shrey-Nhroncok
andauthored
Reorder imports alphabetically
Co-authored-by: Miro Hrončok <miro@hroncok.cz>
1 parent ead93d7 commit 97652be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_venv.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
import os.path
1212
import pathlib
1313
import re
14+
import shlex
1415
import shutil
1516
import subprocess
1617
import sys
17-
import time
1818
import sysconfig
1919
import tempfile
20-
import shlex
20+
import time
2121
from test.support import (captured_stdout, captured_stderr,
2222
skip_if_broken_multiprocessing_synchronize, verbose,
2323
requires_subprocess, is_android, is_apple_mobile,

0 commit comments

Comments
 (0)