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 d96e7e7 commit 50e9f81Copy full SHA for 50e9f81
importlib_metadata/_compat.py
@@ -56,14 +56,6 @@ class NullFinder:
56
def find_spec(*args, **kwargs):
57
return None
58
59
- # In Python 2, the import system requires finders
60
- # to have a find_module() method, but this usage
61
- # is deprecated in Python 3 in favor of find_spec().
62
- # For the purposes of this finder (i.e. being present
63
- # on sys.meta_path but having no other import
64
- # system functionality), the two methods are identical.
65
- find_module = find_spec
66
-
67
68
def pypy_partial(val):
69
"""
0 commit comments