Skip to content

Commit 34e60fe

Browse files
committed
chore: fix typo
1 parent 1c07596 commit 34e60fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/eodash_catalog/endpoints.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -241,9 +241,7 @@ def handle_STAC_based_endpoint(
241241
endpoint_config,
242242
catalog_config,
243243
)
244-
add_process_info_child_collection(
245-
collection, catalog_config, collection_config, catalog_config, None
246-
)
244+
add_process_info_child_collection(collection, catalog_config, collection_config, None)
247245
if location.get("OverwriteBBox"):
248246
collection.extent.spatial = SpatialExtent(
249247
[

0 commit comments

Comments
 (0)