Skip to content

Commit bf5c714

Browse files
committed
fix lint
Signed-off-by: Eli Uriegas <eliuriegas@meta.com>
1 parent fc8aab6 commit bf5c714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s3_management/manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ def _fetch_metadata(key: str) -> str:
578578
)
579579
sha256 = base64.b64decode(response.get("ChecksumSHA256")).hex()
580580
return sha256
581-
except botocore.exceptions.ClientError as e: # type: ignore
581+
except botocore.exceptions.ClientError as e: # type: ignore[attr-defined]
582582
if e.response["Error"]["Code"] == "404":
583583
return ""
584584
raise

0 commit comments

Comments
 (0)