|
@@ -5,7 +5,7 @@ from typing import Optional, cast
|
|
|
|
|
|
from flask_login import current_user # type: ignore
|
|
|
from flask_sqlalchemy.pagination import Pagination
|
|
|
-from sqlalchemy import literal, select, union
|
|
|
+from sqlalchemy import select, union
|
|
|
|
|
|
from configs import dify_config
|
|
|
from constants.model_template import default_app_templates
|