Skip to content

Commit

Permalink
fix: bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
GareArc committed Dec 23, 2024
1 parent 31757cf commit 6adc56a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions api/tasks/delete_account_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
import click
from celery import shared_task
from extensions.ext_database import db
from libs.helper import serialize_sqlalchemy
from models.account import (Account, AccountDeletionLogDetail,
TenantAccountJoin, TenantAccountJoinRole)
from services.account_deletion_log_service import AccountDeletionLogService
from services.billing_service import BillingService
from tasks.mail_account_deletion_task import send_deletion_success_task

from api.libs.helper import serialize_sqlalchemy

logger = logging.getLogger(__name__)


Expand Down

0 comments on commit 6adc56a

Please sign in to comment.