Skip to content

Commit b16b50e

Browse files
committed
Fix tests
1 parent 50ac822 commit b16b50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/@tests/test_cases/check_importlib_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def f(pth: pathlib.Path | str | _CustomPathLike) -> None:
2929
importlib.resources.read_binary("pkg", pth)
3030
importlib.resources.path("pkg", pth)
3131
importlib.resources.is_resource("pkg", pth)
32-
importlib.resources.contents("pkg", pth)
32+
importlib.resources.contents("pkg", pth) # pyright: ignore[reportDeprecated]

0 commit comments

Comments
 (0)