mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 19:57:40 +08:00
Merge branch 'main' into fix/chore-fix
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
from datetime import UTC, datetime
|
||||
|
||||
from celery import states
|
||||
from celery import states # type: ignore
|
||||
|
||||
from extensions.ext_database import db
|
||||
from models.base import Base
|
||||
from .engine import db
|
||||
|
||||
|
||||
class CeleryTask(Base):
|
||||
|
||||
Reference in New Issue
Block a user