Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix the damn import.
  • Loading branch information
ZeroIntensity committed Apr 7, 2025
commit 0eb6933d428ea9707b6d8c46b127685652db4cb0
3 changes: 2 additions & 1 deletion Lib/test/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
run_with_locale, cpython_only, no_rerun,
MISSING_C_DOCSTRINGS, EqualToForwardRef,
)
from test.support.script_helper import assert_python_ok, import_fresh_module
from test.support.script_helper import assert_python_ok
from test.support.import_helper import import_fresh_module
import collections.abc
from collections import namedtuple, UserDict
import copy
Expand Down
Loading