Skip to content

Commit 16d8fa7

Browse files
committed
Lint
1 parent 8c53605 commit 16d8fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/clp-py-utils/clp_py_utils/s3_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def parse_s3_url(s3_url: str) -> Tuple[str, str, str]:
222222

223223
region_code = match.group("region_code")
224224
if region_code is None:
225-
region_code = 'us-east-1'
225+
region_code = "us-east-1"
226226
bucket_name = match.group("bucket_name")
227227
endpoint = match.group("endpoint")
228228
key_prefix = match.group("key_prefix")

0 commit comments

Comments
 (0)