mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
the hell was that
This commit is contained in:
parent
bf7f62fd8f
commit
b83865352c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Dimension(NamedTuple):
|
|||
"""A single dimension/shape pair"""
|
||||
|
||||
dims: Optional[str] = None
|
||||
shape: [Optional[int]] = None
|
||||
shape: Optional[int] = None
|
||||
|
||||
|
||||
class Shape(tuple[Dimension]):
|
||||
|
|
Loading…
Reference in a new issue