mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-20 16:39:05 +08:00
apply ruff
This commit is contained in:
parent
a175d6b2d7
commit
93786f516c
@ -84,6 +84,7 @@ from .tag import tags
|
||||
# Import workspace controllers
|
||||
from .workspace import (
|
||||
account,
|
||||
agent_providers,
|
||||
endpoint,
|
||||
load_balancing_config,
|
||||
members,
|
||||
@ -91,6 +92,5 @@ from .workspace import (
|
||||
models,
|
||||
plugin,
|
||||
tool_providers,
|
||||
agent_providers,
|
||||
workspace,
|
||||
)
|
||||
|
@ -1,5 +1,6 @@
|
||||
from flask_login import current_user
|
||||
from flask_restful import Resource
|
||||
|
||||
from controllers.console import api
|
||||
from controllers.console.wraps import account_initialization_required, setup_required
|
||||
from core.model_runtime.utils.encoders import jsonable_encoder
|
||||
|
Loading…
x
Reference in New Issue
Block a user