Skip to content

Commit 3274bc4

Browse files
committed
Add trailing comma
1 parent c948aad commit 3274bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/eoapi/stac/eoapi/stac/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ async def item_collection(
518518
item_collection,
519519
template_name="items",
520520
title=f"{collection_id} items",
521-
limit=limit
521+
limit=limit,
522522
)
523523

524524
elif output_type == MimeTypes.csv:

0 commit comments

Comments
 (0)