From 71364997aa2ee7cb1f74d5782ac9e6fd3e91ef30 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Mon, 12 Sep 2022 08:54:22 +0200 Subject: [PATCH] removing unnecessary import --- .../SimulationComponentData/ElectricMotorEfficienyMapTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/VectoCore/VectoCoreTest/Models/SimulationComponentData/ElectricMotorEfficienyMapTest.cs b/VectoCore/VectoCoreTest/Models/SimulationComponentData/ElectricMotorEfficienyMapTest.cs index 9b0647917d..c344ebda36 100644 --- a/VectoCore/VectoCoreTest/Models/SimulationComponentData/ElectricMotorEfficienyMapTest.cs +++ b/VectoCore/VectoCoreTest/Models/SimulationComponentData/ElectricMotorEfficienyMapTest.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; -using System.Windows.Forms; using NUnit.Framework; using TUGraz.VectoCommon.Utils; using TUGraz.VectoCore.Configuration; -- GitLab