Skip to content

Commit

Permalink
MNT: Modify the exception tests to use the latest API. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Oct 6, 2024
1 parent c748099 commit abf1548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
from shapely import Polygon

import pydaymet as daymet
from pydaymet import (
from pydaymet.cli import cli
from pydaymet.exceptions import (
InputRangeError,
InputTypeError,
InputValueError,
MissingCRSError,
MissingItemError,
)
from pydaymet.cli import cli

GEOM = Polygon(
[[-69.77, 45.07], [-69.31, 45.07], [-69.31, 45.45], [-69.77, 45.45], [-69.77, 45.07]]
Expand Down

0 comments on commit abf1548

Please sign in to comment.