Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
GareArc committed Dec 25, 2024
1 parent c99254d commit 3a62679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/tasks/delete_account_task.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import logging

from celery import shared_task # type: ignore

from extensions.ext_database import db
from models.account import Account
from services.billing_service import BillingService
Expand Down
3 changes: 2 additions & 1 deletion api/tasks/mail_account_deletion_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

import click
from celery import shared_task # type: ignore
from extensions.ext_mail import mail
from flask import render_template

from extensions.ext_mail import mail


@shared_task(queue="mail")
def send_deletion_success_task(language, to):
Expand Down

0 comments on commit 3a62679

Please sign in to comment.