Skip to content

Commit

Permalink
remove more tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Feb 6, 2024
1 parent 4c8837d commit 5a28e74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions earthaccess/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def in_us_west_2() -> str:
return "You are running in AWS region 'us-west-2'"
else:
raise ValueError(
"Your instance is not running inside the"
" AWS us-west-2 region."
" You will not be able to directly access NASA Earthdata S3 buckets."
)
"Your instance is not running inside the"
" AWS us-west-2 region."
" You will not be able to directly access NASA Earthdata S3 buckets."
)

0 comments on commit 5a28e74

Please sign in to comment.