mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-30 05:48:38 +00:00
fix the lint error of backend
This commit is contained in:
parent
eba6c0eab2
commit
897dae5475
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user