From e31da42901a9d9c3c2793bd18a9f96698efa0f01 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 21 Sep 2026 10:26:52 +0200 Subject: [PATCH] Remove unused import in ChatTemplateConfigurationTests --- app/Tests/Settings/ChatTemplateConfigurationTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Tests/Settings/ChatTemplateConfigurationTests.cs b/app/Tests/Settings/ChatTemplateConfigurationTests.cs index 5d5959dc..c898435e 100644 --- a/app/Tests/Settings/ChatTemplateConfigurationTests.cs +++ b/app/Tests/Settings/ChatTemplateConfigurationTests.cs @@ -1,5 +1,4 @@ using AIStudio.Settings; -using AIStudio.Settings.DataModel; using Lua; using Lua.Standard;