Skip to content

Commit 0eb6933

Browse files
committed
Fix the damn import.
1 parent aefcf8a commit 0eb6933

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_types.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
run_with_locale, cpython_only, no_rerun,
55
MISSING_C_DOCSTRINGS, EqualToForwardRef,
66
)
7-
from test.support.script_helper import assert_python_ok, import_fresh_module
7+
from test.support.script_helper import assert_python_ok
8+
from test.support.import_helper import import_fresh_module
89
import collections.abc
910
from collections import namedtuple, UserDict
1011
import copy

0 commit comments

Comments
 (0)