We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e39b7d6 commit 6e05fb4Copy full SHA for 6e05fb4
1 file changed
Lib/test/test_inspect/test_inspect.py
@@ -5833,7 +5833,7 @@ def test_collections_abc_module_has_signatures(self):
5833
5834
def test_datetime_module_has_signatures(self):
5835
# Only test if the C implementation is available.
5836
- support.import_module('_datetime')
+ import_helper.import_module('_datetime')
5837
import datetime
5838
no_signature = {'tzinfo'}
5839
unsupported_signature = {'timezone'}
0 commit comments