chore: apply static type checks on celery async task dispatches and imports (#24418)
This commit is contained in:
parent
b5159d8c8a
commit
d8000251ff
48 changed files with 101 additions and 75 deletions
|
|
@ -2,7 +2,7 @@ import logging
|
|||
import time
|
||||
|
||||
import click
|
||||
from celery import shared_task # type: ignore
|
||||
from celery import shared_task
|
||||
|
||||
from extensions.ext_mail import mail
|
||||
from libs.email_i18n import EmailType, get_email_i18n_service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue