Skip to content

Commit

Permalink
modified f-string for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanaditya committed Dec 31, 2020
1 parent a17064e commit 6288398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email_service/sendgrid/sendgrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def send_email(self, message) -> dict:
except Exception:
status = {
"status_code": 400,
"message": f"Something Went Wrong",
"message": "Something Went Wrong",
}
return status

Expand Down

0 comments on commit 6288398

Please sign in to comment.