Skip to content

Commit edd0a21

Browse files
committed
simplify AxisLike type alias
1 parent 6535531 commit edd0a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bioimageio/core/axis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class AxisDescrLike(Protocol):
5050
type: Literal["batch", "channel", "index", "space", "time"]
5151

5252

53-
AxisLike = Union[_AxisLikePlain, "Axis", v0_5.AnyAxis, AxisDescrLike]
53+
AxisLike = Union[_AxisLikePlain, AxisDescrLike]
5454

5555

5656
@dataclass

0 commit comments

Comments
 (0)