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
|
|
@ -8,7 +8,7 @@ improving performance by offloading storage operations to background workers.
|
|||
import json
|
||||
import logging
|
||||
|
||||
from celery import shared_task # type: ignore[import-untyped]
|
||||
from celery import shared_task
|
||||
from sqlalchemy import select
|
||||
from sqlalchemy.orm import sessionmaker
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue