From a434d6f82528dba31b023b0834f798b63eb1cd22 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 6 Jun 2021 10:26:18 +0000 Subject: Format code with black This commit fixes the style issues introduced in 2d5ab7b according to the output from black. Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/a86da106-1f68-4a11-84a6-76647546672c/ --- app/misc_func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/misc_func.py') diff --git a/app/misc_func.py b/app/misc_func.py index 518b6a3..874d365 100644 --- a/app/misc_func.py +++ b/app/misc_func.py @@ -27,4 +27,4 @@ def send(to, subject, body, body_html): def send_async(app, message): with app.app_context(): - message.send() \ No newline at end of file + message.send() -- cgit v1.2.3