Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Jan 10, 2024
1 parent 467689c commit 1a32eff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions earthaccess/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@
get_requests_https_session,
get_s3_credentials,
get_s3fs_session,
get_edl_token,
granule_query,
in_us_west_2,
login,
open,
search_data,
search_datasets,
in_us_west_2,
)
from .auth import Auth
from .kerchunk import consolidate_metadata
Expand All @@ -34,8 +32,7 @@
"get_fsspec_https_session",
"get_s3fs_session",
"get_s3_credentials",
"get_edl_token"
"granule_query",
"get_edl_token" "granule_query",
"collection_query",
"open",
"download",
Expand Down
2 changes: 1 addition & 1 deletion earthaccess/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,6 @@ def in_us_west_2() -> str:
"""
if earthaccess.__store__._running_in_us_west_2() is True:
msg = "You are running in AWS region 'us-west-2'"
else:
else:
msg = "You are not running in AWS region 'us-west-2'"
return msg

0 comments on commit 1a32eff

Please sign in to comment.