Skip to content

Commit d54fee9

Browse files
committed
move import
1 parent 21325b8 commit d54fee9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Tests/helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import os
77
import shutil
88
import sys
9+
import sysconfig
910
import tempfile
1011
from io import BytesIO
1112

@@ -289,8 +290,6 @@ def is_pypy():
289290

290291

291292
def is_mingw():
292-
import sysconfig
293-
294293
return sysconfig.get_platform() == "mingw"
295294

296295

0 commit comments

Comments
 (0)