We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6535531 commit edd0a21Copy full SHA for edd0a21
src/bioimageio/core/axis.py
@@ -50,7 +50,7 @@ class AxisDescrLike(Protocol):
50
type: Literal["batch", "channel", "index", "space", "time"]
51
52
53
-AxisLike = Union[_AxisLikePlain, "Axis", v0_5.AnyAxis, AxisDescrLike]
+AxisLike = Union[_AxisLikePlain, AxisDescrLike]
54
55
56
@dataclass
0 commit comments