Skip to content

Commit

Permalink
MNT: Ignore import issue. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Jul 7, 2024
1 parent f9eba95 commit 8b02277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pynldas2/pynldas2.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from pynldas2.exceptions import InputRangeError, InputTypeError, InputValueError, NLDASServiceError

try:
from numpy.core._exceptions import UFuncTypeError
from numpy.core._exceptions import UFuncTypeError # pyright: ignore[reportMissingImports]
except ImportError:
UFuncTypeError = TypeError

Expand Down

0 comments on commit 8b02277

Please sign in to comment.