Skip to content

Commit e5df251

Browse files
ggqlqpicnixz
andauthored
Update Lib/test/test_httpservers.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 811d86d commit e5df251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_httpservers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from test.support import (
3737
is_apple, import_helper, os_helper, requires_subprocess, threading_helper
3838
)
39-
from test.support.script_helper import spawn_python, kill_python
39+
from test.support.script_helper import kill_python, spawn_python
4040
from test.support.socket_helper import find_unused_port
4141

4242
try:

0 commit comments

Comments
 (0)