浏览代码

fix import error

Michael Poluektov 8 月之前
父节点
当前提交
c89df923c5
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      backend/apps/webui/main.py

+ 0 - 1
backend/apps/webui/main.py

@@ -48,7 +48,6 @@ from config import (
     OAUTH_USERNAME_CLAIM,
     OAUTH_PICTURE_CLAIM,
     OAUTH_EMAIL_CLAIM,
-    ENABLE_TOOLS_FILTER,
 )
 
 from apps.socket.main import get_event_call, get_event_emitter