Skip to content

Commit b8ff817

Browse files
mneagulgadomski
authored andcommitted
Remove search endpoint media_type argument
1 parent 5fb16af commit b8ff817

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pystac_client/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ def search(self, **kwargs: Any) -> ItemSearch:
157157
If the API does not meet either of these criteria, this method will raise a :exc:`NotImplementedError`.
158158
159159
Args:
160-
media_type : Select search endpoint based on the specified `media_type`
161160
**kwargs : Any parameter to the :class:`~pystac_client.ItemSearch` class, other than `url`, `conformance`,
162161
and `stac_io` which are set from this Client instance
163162

0 commit comments

Comments
 (0)