From 7b64915700980ec5377cc17940f9f37246577b16 Mon Sep 17 00:00:00 2001 From: Maciej Pienczyn Date: Wed, 18 Feb 2026 12:34:31 +0100 Subject: [PATCH] fix: Add missing User import to chatbot context Co-Authored-By: Claude Opus 4.6 --- nordabiz_chat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nordabiz_chat.py b/nordabiz_chat.py index 7f8661b..1ca5d59 100644 --- a/nordabiz_chat.py +++ b/nordabiz_chat.py @@ -53,7 +53,8 @@ from database import ( CompanyPerson, CompanySocialMedia, GBPAudit, - CompanyWebsiteAnalysis + CompanyWebsiteAnalysis, + User ) # Import feedback learning service for few-shot learning