From f60ee3cdc2e275cdc81afbaacb718970edeca0fb 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:28:32 +0000 Subject: Format code with black This commit fixes the style issues introduced in 1ffd0bc according to the output from black. Details: https://deepsource.io/gh/navanchauhan/SaaS-in-a-Flask/transform/8395b2a2-2310-4066-9dbd-80dd3a04219e/ --- app/misc_func.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/misc_func.py b/app/misc_func.py index 8926dea..fd37f58 100644 --- a/app/misc_func.py +++ b/app/misc_func.py @@ -25,6 +25,6 @@ def send(to, subject, body, body_html): thr.start() -def send_async(app, message): # skipcq: PYL-W0621 +def send_async(app, message): # skipcq: PYL-W0621 with app.app_context(): message.send() -- cgit v1.2.3