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 8912e43 commit bfb70cdCopy full SHA for bfb70cd
src/zarr/storage/_obstore.py
@@ -74,7 +74,7 @@ def __str__(self) -> str:
74
return f"object_store://{self.store}"
75
76
def __repr__(self) -> str:
77
- return f"{type(self)}({self})"
+ return f"{type(self).__name__}({self})"
78
79
def __getstate__(self) -> dict[Any, Any]:
80
state = self.__dict__.copy()
0 commit comments