From 5b1509b242bab2dc0b2fbbce5e5ede4d22d1f361 Mon Sep 17 00:00:00 2001 From: jarchambault Date: Wed, 11 Dec 2024 16:16:18 +0100 Subject: [PATCH] Clean Signed-off-by: jarchambault --- .../openloadflow/knitro/solver/NonLinearExternalSolverUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/powsybl/openloadflow/knitro/solver/NonLinearExternalSolverUtils.java b/src/main/java/com/powsybl/openloadflow/knitro/solver/NonLinearExternalSolverUtils.java index 2046cea..868996c 100644 --- a/src/main/java/com/powsybl/openloadflow/knitro/solver/NonLinearExternalSolverUtils.java +++ b/src/main/java/com/powsybl/openloadflow/knitro/solver/NonLinearExternalSolverUtils.java @@ -11,7 +11,6 @@ import com.powsybl.openloadflow.ac.equations.AcEquationType; import com.powsybl.openloadflow.equations.EquationTerm; import com.powsybl.openloadflow.equations.VariableEquationTerm; -import com.sun.jdi.InvalidTypeException; import java.util.*;