diff --git a/earthaccess/api.py b/earthaccess/api.py index 38358868..fac05a9e 100644 --- a/earthaccess/api.py +++ b/earthaccess/api.py @@ -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." + )