Commit bb49a03a authored by Stefan Behnel's avatar Stefan Behnel

Re-add missing imports.

parent d21f970f
......@@ -22,7 +22,7 @@ try:
from test.support.import_helper import import_module
except ImportError:
# Python 3.9 and older
from test.support import check_warnings
from test.support import check_warnings, TESTFN, unlink, import_module
no_tracing = unittest.skip("For nested functions, Cython generates a C call without recursion checks.")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment