fix: drop useless logger code (#26650)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
@@ -5,15 +5,10 @@ These tasks provide asynchronous storage capabilities for workflow execution dat
|
|||||||
improving performance by offloading storage operations to background workers.
|
improving performance by offloading storage operations to background workers.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import logging
|
|
||||||
|
|
||||||
from celery import shared_task # type: ignore[import-untyped]
|
from celery import shared_task # type: ignore[import-untyped]
|
||||||
from sqlalchemy.orm import Session
|
from sqlalchemy.orm import Session
|
||||||
|
|
||||||
from extensions.ext_database import db
|
from extensions.ext_database import db
|
||||||
|
|
||||||
_logger = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
from services.workflow_draft_variable_service import DraftVarFileDeletion, WorkflowDraftVariableService
|
from services.workflow_draft_variable_service import DraftVarFileDeletion, WorkflowDraftVariableService
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user