Skip to content

Commit 2ec9e9e

Browse files
committed
AxisId is also AxisLike!
1 parent 9726e60 commit 2ec9e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bioimageio/core/axis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _get_axis_type(a: Literal["b", "t", "i", "c", "x", "y", "z"]):
3434
BatchSize = int
3535

3636
AxisLetter = Literal["b", "i", "t", "c", "z", "y", "x"]
37-
AxisLike = Union[AxisLetter, v0_5.AnyAxis, "Axis"]
37+
AxisLike = Union[AxisId, AxisLetter, v0_5.AnyAxis, "Axis"]
3838

3939

4040
@dataclass

0 commit comments

Comments
 (0)