Skip to content

Commit df8f496

Browse files
committed
Add missing import statement
1 parent b1743ff commit df8f496

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_client.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
from pystac_client._utils import Modifiable
1717
from pystac_client.conformance import ConformanceClasses
1818
from pystac_client.errors import ClientTypeError, IgnoredResultWarning
19+
from pystac_client.exceptions import APIError
1920
from pystac_client.stac_api_io import StacApiIO
2021

2122
from .helpers import STAC_URLS, TEST_DATA, read_data_file

0 commit comments

Comments
 (0)