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 50ac822 commit b16b50eCopy full SHA for b16b50e
stdlib/@tests/test_cases/check_importlib_resources.py
@@ -29,4 +29,4 @@ def f(pth: pathlib.Path | str | _CustomPathLike) -> None:
29
importlib.resources.read_binary("pkg", pth)
30
importlib.resources.path("pkg", pth)
31
importlib.resources.is_resource("pkg", pth)
32
- importlib.resources.contents("pkg", pth)
+ importlib.resources.contents("pkg", pth) # pyright: ignore[reportDeprecated]
0 commit comments