Skip to content

Commit

Permalink
update func list in init
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Feb 19, 2024
1 parent 8b00ea3 commit 627529f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions earthaccess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
get_requests_https_session,
get_s3_credentials,
get_s3fs_session,
granule_query,
login,
open,
search_data,
Expand All @@ -24,22 +23,27 @@
logger = logging.getLogger(__name__)

__all__ = [
# api.py
"login",
"search_datasets",
"search_data",
"get_requests_https_session",
"get_fsspec_https_session",
"get_s3fs_session",
"get_s3_credentials",
"granule_query",
"get_edl_token" "granule_query",
"collection_query",
"open",
"download",
"auth_environ",
# search.py
"DataGranules",
"DataCollections",
# auth.py
"Auth",
# store.py
"Store",
"auth_environ",
# kerchunk
"consolidate_metadata",
]

Expand Down

0 comments on commit 627529f

Please sign in to comment.