diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-06 16:00:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-06 16:00:39 +0530 |
commit | 6a587a24a940763e0beb7fe35b5135bb2c586d2f (patch) | |
tree | 0060d1dfc6e0d20e23212c0aa9271ee53983515b /app/misc_func.py | |
parent | 6c180b01021b72aa318b432956613ca7d45e5d9d (diff) | |
parent | f60ee3cdc2e275cdc81afbaacb718970edeca0fb (diff) |
Merge pull request #4 from navanchauhan/deepsource-transform-8d12973b
Format code with black
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() |