Skip to content

Commit 6200733

Browse files
committed
linting
Signed-off-by: tarilabs <matteo.mortari@gmail.com>
1 parent c0f65ce commit 6200733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oras/auth/ecr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def authenticate_request(
5454
logger.warning(f"realm: {h.realm} did not match expected pattern.")
5555
return super().request_token(h)
5656
region = m.group("region")
57-
try: # avoid mandatory requirement on `boto3`
57+
try: # avoid mandatory requirement on `boto3`
5858
import boto3
5959
except ImportError as e:
6060
msg = """the `boto3` dependency is required to support authentication to this registry.

0 commit comments

Comments
 (0)