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 808a07d commit 9e8f8a9Copy full SHA for 9e8f8a9
stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/filter/client.py
@@ -39,7 +39,7 @@ def _get_excluded_from_queryables() -> set[str]:
39
40
async def get_queryables(
41
self,
42
- collection_id: str | None = None,
+ collection_id: Optional[str] = None, # noqa: UP045
43
**kwargs: Any,
44
) -> dict[str, Any]:
45
"""Get the queryables available for the given collection_id.
0 commit comments