fix the lint error of backend

This commit is contained in:
Willem Jiang 2026-04-26 22:16:04 +08:00
parent eba6c0eab2
commit 897dae5475

View File

@ -19,6 +19,7 @@ from deerflow.persistence.base import Base
# Import all models so metadata is populated.
try:
import deerflow.persistence.models as models # register ORM models with Base.metadata
_ = models
except ImportError:
# Models not available — migration will work with existing metadata only.