Skip to content

Commit f2a55cb

Browse files
author
Taher Chegini
committed
MNT: Modify the exception tests to use the latest API. [skip ci]
1 parent b6a490d commit f2a55cb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/test_exceptions.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,14 @@
55
import pytest
66

77
import pygeoogc as ogc
8-
from pygeoogc import (
9-
ArcGISRESTful,
8+
from pygeoogc.exceptions import (
109
InputTypeError,
1110
InputValueError,
1211
MissingInputError,
13-
RetrySession,
1412
ServiceError,
15-
ServiceURL,
1613
ZeroMatchedError,
1714
)
15+
from pygeoogc import ArcGISRESTful, RetrySession, ServiceURL
1816

1917

2018
class TestRESTException:

0 commit comments

Comments
 (0)