Skip to content

Commit

Permalink
Update cmr/queries.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chuck Daniels <chuck@developmentseed.org>
  • Loading branch information
frankinspace and chuckwondo authored Sep 13, 2024
1 parent 1f8b81a commit efd45eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmr/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def bearer_token(self, bearer_token: str) -> Self:
return self

def option(
self, parameter: str, key: str, value: Union[str, bool, int, float, None]
self, parameter: str, key: str, value: Union[str, bool, int, float, None]
) -> Self:
"""
Set or remove a search parameter option.
Expand Down

0 comments on commit efd45eb

Please sign in to comment.