diff options
author | deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com> | 2021-06-06 10:28:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 10:28:32 +0000 |
commit | f60ee3cdc2e275cdc81afbaacb718970edeca0fb (patch) | |
tree | 429774729281ebe8d37a041d40faa530b35f643c /app/misc_func.py | |
parent | 1ffd0bc41f311bab13ef953b1269c502d48ced9a (diff) |
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/
Diffstat (limited to 'app/misc_func.py')
-rw-r--r-- | app/misc_func.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |