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 5, 2024
1 parent b6a490d commit f2a55cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@
import pytest

import pygeoogc as ogc
from pygeoogc import (
ArcGISRESTful,
from pygeoogc.exceptions import (
InputTypeError,
InputValueError,
MissingInputError,
RetrySession,
ServiceError,
ServiceURL,
ZeroMatchedError,
)
from pygeoogc import ArcGISRESTful, RetrySession, ServiceURL


class TestRESTException:
Expand Down

0 comments on commit f2a55cb

Please sign in to comment.