Skip to content

Commit 9e8f8a9

Browse files
committed
fix
1 parent 808a07d commit 9e8f8a9

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/filter

1 file changed

+1
-1
lines changed

stac_fastapi/sfeos_helpers/stac_fastapi/sfeos_helpers/filter/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def _get_excluded_from_queryables() -> set[str]:
3939

4040
async def get_queryables(
4141
self,
42-
collection_id: str | None = None,
42+
collection_id: Optional[str] = None, # noqa: UP045
4343
**kwargs: Any,
4444
) -> dict[str, Any]:
4545
"""Get the queryables available for the given collection_id.

0 commit comments

Comments
 (0)