We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5358480 commit 6f4155fCopy full SHA for 6f4155f
src/ndv/viewer/_data_wrapper.py
@@ -41,7 +41,7 @@ def __gt__(self, other: _T_contra, /) -> bool: ...
41
42
43
ArrayT = TypeVar("ArrayT")
44
-_T = TypeVar("_T")
+_T = TypeVar("_T", bound=type)
45
MAX_CHANNELS = 16
46
47
# Global executor for slice requests
0 commit comments