Skip to content

Commit b815aee

Browse files
committed
Mark compat code as uncovered.
1 parent 52ce982 commit b815aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

importlib_metadata/compat/py311.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import types
55

66

7-
def wrap(path):
7+
def wrap(path): # pragma: no cover
88
"""
99
Workaround for https://github.com/python/cpython/issues/84538
1010
to add backward compatibility for walk_up=True.

0 commit comments

Comments
 (0)