Skip to content

Commit

Permalink
the hell was that
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Jul 10, 2024
1 parent bf7f62f commit b838653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwb_linkml/src/nwb_linkml/adapters/array.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]):
Expand Down

0 comments on commit b838653

Please sign in to comment.