We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269f91c commit 949e7a9Copy full SHA for 949e7a9
openeo/extra/stac_job_db.py
@@ -287,7 +287,7 @@ def _create_collection(self, collection: Collection) -> dict:
287
requests.status_codes.codes.accepted,
288
]
289
290
-def _check_response_status(response: requests.Response, expected_status_codes: list[int], raise_exc: bool = False):
+def _check_response_status(response: requests.Response, expected_status_codes: List[int], raise_exc: bool = False):
291
if response.status_code not in expected_status_codes:
292
message = (
293
f"Expecting HTTP status to be any of {expected_status_codes} "
0 commit comments