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 46f1b1a commit db24d42Copy full SHA for db24d42
object-store/object_store/__init__.py
@@ -96,7 +96,7 @@ def delete(self, location: PathLike) -> None:
96
"""
97
return super().delete(_as_path(location))
98
99
- def list(self, prefix: Optional[PathLike] = None) -> list[ObjectMeta]:
+ def list(self, prefix: Optional[PathLike] = None) -> List[ObjectMeta]:
100
"""List all the objects with the given prefix.
101
102
Prefixes are evaluated on a path segment basis, i.e. `foo/bar/` is a prefix
0 commit comments