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 eb01d9c commit b957535Copy full SHA for b957535
1 file changed
xarray/compat/npcompat.py
@@ -51,7 +51,7 @@
51
"numeric": np.number,
52
}
53
54
- def isdtype(
+ def isdtype( # type: ignore[misc]
55
dtype: np.dtype[Any] | type[Any], kind: DTypeLike | tuple[DTypeLike, ...]
56
) -> bool:
57
kinds = kind if isinstance(kind, tuple) else (kind,)
0 commit comments