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 52ce982 commit b815aeeCopy full SHA for b815aee
importlib_metadata/compat/py311.py
@@ -4,7 +4,7 @@
4
import types
5
6
7
-def wrap(path):
+def wrap(path): # pragma: no cover
8
"""
9
Workaround for https://github.com/python/cpython/issues/84538
10
to add backward compatibility for walk_up=True.
0 commit comments