Skip to content

Commit 97cc3be

Browse files
committed
Fix missing import on Windows
1 parent e3c7977 commit 97cc3be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
import warnings
5353
import contextlib
5454
import math
55+
import select
5556
from time import monotonic as _time
5657
import types
5758

@@ -122,7 +123,6 @@ class _del_safe:
122123
WNOHANG = None
123124
ECHILD = errno.ECHILD
124125

125-
import select
126126
import selectors
127127

128128

0 commit comments

Comments
 (0)