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 e161f56 commit aca9186Copy full SHA for aca9186
bioimageio/core/utils/_type_guards.py
@@ -3,6 +3,6 @@
3
4
from bioimageio.spec._internal import type_guards
5
6
-is_list = type_guards.is_list # pyright: ignore[reportPrivateImportUsage]
7
-is_ndarray = type_guards.is_ndarray # pyright: ignore[reportPrivateImportUsage]
8
-is_tuple = type_guards.is_tuple # pyright: ignore[reportPrivateImportUsage]
+is_list = type_guards.is_list
+is_ndarray = type_guards.is_ndarray
+is_tuple = type_guards.is_tuple
setup.py
@@ -67,7 +67,7 @@
67
"packaging>=17.0",
68
"pdoc",
69
"pre-commit",
70
- "pyright==1.1.401",
+ "pyright==1.1.402",
71
"segment-anything", # for model testing
72
"timm", # for model testing
73
# "crick", # currently requires python<=3.9
0 commit comments