Skip to content

Commit 93911b7

Browse files
committed
Fix hdf5, urlpath is None
1 parent 252b48c commit 93911b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caterva2/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class SChunk(pydantic.BaseModel, extra="allow"):
3838
# dparams
3939
# meta
4040
nbytes: int
41-
urlpath: str
41+
urlpath: str | None
4242
vlmeta: dict = {}
4343
nchunks: int
4444
mtime: datetime.datetime | None = None

0 commit comments

Comments
 (0)