Skip to content

Commit

Permalink
fix: coding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanclaudio committed Apr 29, 2024
1 parent f4d3991 commit c18ed34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/secrets.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def get_secret(secret_name, region_name="sa-east-1"):
secrets = json.load(f)
return secrets[secret_name]
except Exception as e_:
raise e_ from e_
raise e_ from e
else:
session = boto3.session.Session()
client = session.client(
Expand Down

0 comments on commit c18ed34

Please sign in to comment.