Skip to content

Commit 17ffb90

Browse files
Update earthaccess/search.py
Co-authored-by: Matt Fisher <mfisher87@gmail.com>
1 parent 87a0946 commit 17ffb90

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

earthaccess/search.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,12 @@ def get_results(
7777

7878

7979
class DataCollections(CollectionQuery):
80-
"""???+ Info "Placeholder"
81-
The DataCollection class queries against
82-
https://cmr.earthdata.nasa.gov/search/collections.umm_json,
83-
the response has to be in umm_json to use the result classes.
80+
"""Placeholder.
81+
82+
???+ Info
83+
The DataCollection class queries against
84+
https://cmr.earthdata.nasa.gov/search/collections.umm_json,
85+
the response has to be in umm_json to use the result classes.
8486
"""
8587

8688
_fields: Optional[List[str]] = None

0 commit comments

Comments
 (0)