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 ba08413 commit 17c42a6Copy full SHA for 17c42a6
1 file changed
src/zarr/core/common.py
@@ -50,7 +50,6 @@
50
DimensionNamesLike = Iterable[str | None] | None
51
DimensionNames = DimensionNamesLike # for backwards compatibility
52
53
-
54
TName = TypeVar("TName", bound=str)
55
TConfig = TypeVar("TConfig", bound=Mapping[str, object])
56
0 commit comments