We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf5d74 commit cb14f2fCopy full SHA for cb14f2f
xarray/core/nputils.py
@@ -31,7 +31,7 @@
31
_HAS_NUMBAGG = Version(numbagg.__version__) >= Version("0.5.0")
32
except ImportError:
33
# use numpy methods instead
34
- numbagg = np
+ numbagg = np # type: ignore
35
_HAS_NUMBAGG = False
36
37
0 commit comments