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 524f9f9 commit 85b7432Copy full SHA for 85b7432
stac_fastapi/core/stac_fastapi/core/core.py
@@ -28,8 +28,6 @@
28
QueryablesCache,
29
get_properties_from_cql2_filter,
30
)
31
-from stac_fastapi.core.redis_utils import redis_pagination_links
32
-from stac_fastapi.core.serializers import CollectionSerializer, ItemSerializer
33
from stac_fastapi.core.serializers import (
34
CatalogSerializer,
35
CollectionSerializer,
@@ -101,6 +99,7 @@ class CoreClient(AsyncBaseCoreClient):
101
99
def __attrs_post_init__(self):
102
100
"""Initialize the queryables cache."""
103
self.queryables_cache = QueryablesCache(self.database)
+
104
def extension_is_enabled(self, extension_name: str) -> bool:
105
"""Check if an extension is enabled by checking self.extensions.
106
0 commit comments