We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1743ff commit df8f496Copy full SHA for df8f496
tests/test_client.py
@@ -16,6 +16,7 @@
16
from pystac_client._utils import Modifiable
17
from pystac_client.conformance import ConformanceClasses
18
from pystac_client.errors import ClientTypeError, IgnoredResultWarning
19
+from pystac_client.exceptions import APIError
20
from pystac_client.stac_api_io import StacApiIO
21
22
from .helpers import STAC_URLS, TEST_DATA, read_data_file
0 commit comments