Skip to content

Commit cccfc0f

Browse files
committed
fix: remove duplicate collection entries
1 parent bdde0b5 commit cccfc0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stac_search/agents/items_search.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,6 @@ async def item_search(ctx: Context) -> ItemSearchResult:
278278
default_target_collections = [
279279
"landsat-8-c2-l2",
280280
"sentinel-2-l2a",
281-
"landsat-8-c2-l2",
282-
"landsat-8-c2-l2",
283281
]
284282
if target_collections:
285283
explanation = "Considering the following collections:"

0 commit comments

Comments
 (0)