chore: apply static type checks on celery async task dispatches and imports (#24418)
This commit is contained in:
@@ -8,7 +8,7 @@ import sys
|
||||
from typing import Union
|
||||
|
||||
import flask
|
||||
from celery.signals import worker_init # type: ignore
|
||||
from celery.signals import worker_init
|
||||
from flask_login import user_loaded_from_request, user_logged_in # type: ignore
|
||||
|
||||
from configs import dify_config
|
||||
|
Reference in New Issue
Block a user