mirror of
https://github.com/langgenius/dify.git
synced 2025-12-19 17:27:16 -05: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 sqlalchemy.dialects.postgresql import JSONB
|
||||
from sqlalchemy.dialects.postgresql import JSONB, UUID
|
||||
|
||||
|
||||
class DataSourceBinding(db.Model):
|
||||
__tablename__ = 'data_source_bindings'
|
||||
|
||||
Reference in New Issue
Block a user