Thanks to visit codestin.com Credit goes to github.com
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 5eee2fe commit d05140fCopy full SHA for d05140f
1 file changed
Lib/importlib/abc.py
@@ -74,7 +74,7 @@ def __init__(self):
74
import warnings
75
warnings.warn('importlib.abc.ResourceLoader is deprecated in '
76
'favour of supporting resource loading through '
77
- 'importlib.resources.abc.ResourceReader.',
+ 'importlib.resources.abc.TraversableResources.',
78
DeprecationWarning, stacklevel=2)
79
super().__init__()
80
0 commit comments