mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-14 04:14:52 +08:00
importlib.resources.contents is deprecated (#14835)
This commit is contained in:
@@ -29,4 +29,4 @@ if sys.version_info >= (3, 13):
|
||||
importlib.resources.read_binary("pkg", pth)
|
||||
importlib.resources.path("pkg", pth)
|
||||
importlib.resources.is_resource("pkg", pth)
|
||||
importlib.resources.contents("pkg", pth)
|
||||
importlib.resources.contents("pkg", pth) # pyright: ignore[reportDeprecated]
|
||||
|
||||
Reference in New Issue
Block a user