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 0043abf commit 4da6766Copy full SHA for 4da6766
tests/test_prediction.py
@@ -1,9 +1,10 @@
1
from pathlib import Path
2
-from typing import Literal, Mapping, NamedTuple, assert_never
+from typing import Literal, Mapping, NamedTuple
3
4
import numpy as np
5
import pytest
6
import xarray as xr
7
+from typing_extensions import assert_never
8
9
from bioimageio.core import (
10
AxisId,
0 commit comments