瀏覽代碼

refac/fix

Timothy Jaeryang Baek 1 月之前
父節點
當前提交
0531ca6530
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      backend/open_webui/models/tools.py

+ 2 - 0
backend/open_webui/models/tools.py

@@ -4,6 +4,8 @@ from typing import Optional
 
 from open_webui.internal.db import Base, JSONField, get_db
 from open_webui.models.users import Users, UserResponse
+from open_webui.models.groups import Groups
+
 from open_webui.env import SRC_LOG_LEVELS
 from pydantic import BaseModel, ConfigDict
 from sqlalchemy import BigInteger, Column, String, Text, JSON