From 4c8837d5a2b6434e2179f9c02ddae74027548c30 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Tue, 6 Feb 2024 15:02:29 -0500 Subject: [PATCH] remove more tabs --- earthaccess/api.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/earthaccess/api.py b/earthaccess/api.py index ef0721e1..38358868 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." + )