Skip to content

Commit 6f4155f

Browse files
committed
fix lint
1 parent 5358480 commit 6f4155f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ndv/viewer/_data_wrapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __gt__(self, other: _T_contra, /) -> bool: ...
4141

4242

4343
ArrayT = TypeVar("ArrayT")
44-
_T = TypeVar("_T")
44+
_T = TypeVar("_T", bound=type)
4545
MAX_CHANNELS = 16
4646

4747
# Global executor for slice requests

0 commit comments

Comments
 (0)