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 6002735 commit 4f29e35Copy full SHA for 4f29e35
stac_fastapi/core/stac_fastapi/core/models/links.py
@@ -12,7 +12,7 @@
12
13
# These can be inferred from the item/collection, so they aren't included in the database
14
# Instead they are dynamically generated when querying the database using the classes defined below
15
-INFERRED_LINK_RELS = ["self", "item", "parent", "collection", "root"]
+INFERRED_LINK_RELS = {"self", "item", "parent", "collection", "root"}
16
17
18
def merge_params(url: str, newparams: Dict) -> str:
0 commit comments