From e7a2a0c51eb569fca67519aa8c7f66d4c6607ab8 Mon Sep 17 00:00:00 2001
From: "stu126940@mail.uni-kiel.de" <stu126940@mail.uni-kiel.de>
Date: Tue, 16 Mar 2021 12:15:37 +0100
Subject: [PATCH] Delete unused imports

---
 .../theodolite/strategies/restriction/LowerBoundRestriction.kt   | 1 -
 .../src/test/kotlin/theodolite/CompositeStrategyTest.kt          | 1 -
 2 files changed, 2 deletions(-)

diff --git a/theodolite-quarkus/src/main/kotlin/theodolite/strategies/restriction/LowerBoundRestriction.kt b/theodolite-quarkus/src/main/kotlin/theodolite/strategies/restriction/LowerBoundRestriction.kt
index 3f6719a34..6fed9b5d8 100644
--- a/theodolite-quarkus/src/main/kotlin/theodolite/strategies/restriction/LowerBoundRestriction.kt
+++ b/theodolite-quarkus/src/main/kotlin/theodolite/strategies/restriction/LowerBoundRestriction.kt
@@ -1,6 +1,5 @@
 package theodolite.strategies.restriction
 
-import theodolite.patcher.PatcherDefinitionFactory
 import theodolite.util.LoadDimension
 import theodolite.util.Resource
 import theodolite.util.Results
diff --git a/theodolite-quarkus/src/test/kotlin/theodolite/CompositeStrategyTest.kt b/theodolite-quarkus/src/test/kotlin/theodolite/CompositeStrategyTest.kt
index 6d52e0158..67c985722 100644
--- a/theodolite-quarkus/src/test/kotlin/theodolite/CompositeStrategyTest.kt
+++ b/theodolite-quarkus/src/test/kotlin/theodolite/CompositeStrategyTest.kt
@@ -3,7 +3,6 @@ package theodolite
 import io.quarkus.test.junit.QuarkusTest
 import org.junit.jupiter.api.Assertions.assertEquals
 import org.junit.jupiter.api.Test
-import theodolite.patcher.PatcherDefinitionFactory
 import theodolite.benchmark.BenchmarkExecution
 import theodolite.strategies.restriction.LowerBoundRestriction
 import theodolite.strategies.searchstrategy.BinarySearch
-- 
GitLab