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 7079bdd commit 651e40eCopy full SHA for 651e40e
Lib/importlib/abc.py
@@ -211,8 +211,7 @@ def path_mtime(self, path):
211
import warnings
212
warnings.warn('SourceLoader.path_mtime is deprecated in favour of '
213
'SourceLoader.path_stats().',
214
- DeprecationWarning,
215
- stacklevel=2)
+ DeprecationWarning, stacklevel=2)
216
if self.path_stats.__func__ is SourceLoader.path_stats:
217
raise OSError
218
return int(self.path_stats(path)['mtime'])
0 commit comments