From 17ffb9014540c4657efaf707355a6d265d7ef2fc Mon Sep 17 00:00:00 2001 From: Sherwin Varghese <141290943+Sherwin-14@users.noreply.github.com> Date: Fri, 31 May 2024 21:18:35 +0530 Subject: [PATCH] Update earthaccess/search.py Co-authored-by: Matt Fisher --- earthaccess/search.py | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/earthaccess/search.py b/earthaccess/search.py index 43995ef1..49235cd7 100644 --- a/earthaccess/search.py +++ b/earthaccess/search.py @@ -77,10 +77,12 @@ def get_results( class DataCollections(CollectionQuery): - """???+ Info "Placeholder" - The DataCollection class queries against - https://cmr.earthdata.nasa.gov/search/collections.umm_json, - the response has to be in umm_json to use the result classes. + """Placeholder. + + ???+ Info + The DataCollection class queries against + https://cmr.earthdata.nasa.gov/search/collections.umm_json, + the response has to be in umm_json to use the result classes. """ _fields: Optional[List[str]] = None