Skip to content

Commit 7bc7bd9

Browse files
authored
Add import statements
1 parent 43c28e2 commit 7bc7bd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_zipfile/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import importlib.util
55
import io
66
import itertools
7+
import locale
78
import os
89
import posixpath
910
import stat
@@ -31,7 +32,6 @@
3132
)
3233
from test.support.import_helper import ensure_lazy_imports
3334

34-
3535
TESTFN2 = TESTFN + "2"
3636
TESTFNDIR = TESTFN + "d"
3737
FIXEDTEST_SIZE = 1000

0 commit comments

Comments
 (0)