From 8fa5dc9c63632ff3de03c93e73c9cb25e94d7c72 Mon Sep 17 00:00:00 2001 From: MiXaiLL76 Date: Tue, 31 Mar 2026 10:57:01 +0300 Subject: [PATCH] fix 4. Missing Newline at EOF (Nit) --- backend/open_webui/models/auths.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/models/auths.py b/backend/open_webui/models/auths.py index 5d7c084296..1b0dbf6cf8 100644 --- a/backend/open_webui/models/auths.py +++ b/backend/open_webui/models/auths.py @@ -247,4 +247,4 @@ class AuthsTable: return False -Auths = AuthsTable() \ No newline at end of file +Auths = AuthsTable()