From c89df923c51261e63fe11fcaa0575416c6978ba9 Mon Sep 17 00:00:00 2001 From: Michael Poluektov Date: Mon, 19 Aug 2024 16:52:42 +0100 Subject: [PATCH] fix import error --- backend/apps/webui/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/apps/webui/main.py b/backend/apps/webui/main.py index e8b12f683..2ed35bf17 100644 --- a/backend/apps/webui/main.py +++ b/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