Skip to content

Commit

Permalink
Fix mypy tests (pydata#8476)
Browse files Browse the repository at this point in the history
I was seeing an error in pydata#8475
  • Loading branch information
max-sixty authored Nov 22, 2023
1 parent dcf5d74 commit cb14f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xarray/core/nputils.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
_HAS_NUMBAGG = Version(numbagg.__version__) >= Version("0.5.0")
except ImportError:
# use numpy methods instead
numbagg = np
numbagg = np # type: ignore
_HAS_NUMBAGG = False


Expand Down

0 comments on commit cb14f2f

Please sign in to comment.