aboutsummaryrefslogtreecommitdiff
path: root/app/misc_func.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-06 15:57:20 +0530
committerGitHub <noreply@github.com>2021-06-06 15:57:20 +0530
commit3db55eb2b29376a6cb1835bf484cbe46198e28ac (patch)
treeede16e16c1d155300ff674cd1f0a12a2f2fdf1e0 /app/misc_func.py
parent2d5ab7bc6fc0322016122995382b17555aca0f33 (diff)
parenta434d6f82528dba31b023b0834f798b63eb1cd22 (diff)
Merge pull request #3 from navanchauhan/deepsource-transform-a18b8aaf
Format code with black
Diffstat (limited to 'app/misc_func.py')
-rw-r--r--app/misc_func.py2
1 files changed, 1 insertions, 1 deletions
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()