mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
improve: introduce isort for linting Python imports (#1983)
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
from sqlalchemy.dialects.postgresql import UUID
|
||||
|
||||
from extensions.ext_database import db
|
||||
from models.model import Message
|
||||
from sqlalchemy.dialects.postgresql import UUID
|
||||
|
||||
|
||||
class SavedMessage(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user