소스 검색

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