Skip to content

Commit 4da6766

Browse files
committed
fix assert_never import
1 parent 0043abf commit 4da6766

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_prediction.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
from pathlib import Path
2-
from typing import Literal, Mapping, NamedTuple, assert_never
2+
from typing import Literal, Mapping, NamedTuple
33

44
import numpy as np
55
import pytest
66
import xarray as xr
7+
from typing_extensions import assert_never
78

89
from bioimageio.core import (
910
AxisId,

0 commit comments

Comments
 (0)