Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelGeo committed Dec 9, 2024
1 parent 111d7f6 commit 21e9478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/mergin/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def server():
def send_check_email(email: str): # pylint: disable=W0612
"""Send check email to specified email address."""
from .celery import send_email_async

if app.config["MAIL_SUPPRESS_SEND"]:
click.echo(
click.style(
Expand Down

0 comments on commit 21e9478

Please sign in to comment.