Skip to content

Commit c68aea5

Browse files
committed
chore: Remove unused parameter
1 parent 645a1a3 commit c68aea5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pystac/catalog.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,6 @@ def generate_subcatalogs(
626626
template: str,
627627
defaults: Optional[Dict[str, Any]] = None,
628628
parent_ids: Optional[List[str]] = None,
629-
**kwargs: Any,
630629
) -> List["Catalog"]:
631630
"""Walks through the catalog and generates subcatalogs
632631
for items based on the template string.

0 commit comments

Comments
 (0)