Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nikki-t committed May 14, 2024
1 parent 16512d1 commit 057d7fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/howto/search-services.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How to search for services using `earthaccess`

You can search for services associated with a dataset. Services include a back-end processing workflow that transforms or processes the data in some way.
You can search for services associated with a dataset. Services include a back-end processing workflow that transforms or processes the data in some way.

`earthaccess` facilitates the retrieval of service metadata via the `search_datasets` function. The results from the `search_datasets` method are an enhanced Python dictionary that includes a `services` method which returns the metadata for all services associated with a collection. The service results are returned as a Python dictionary.

Expand Down
2 changes: 1 addition & 1 deletion earthaccess/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class DataService(ServiceQuery):

def __init__(self, auth: Optional[Auth] = None, *args: Any, **kwargs: Any) -> None:
"""Build an instance of DataServics to query CMR.
auth is an optional parameter for queries that need authentication,
e.g. restricted datasets.
Expand Down

0 comments on commit 057d7fd

Please sign in to comment.