Skip to content

Commit afc9e1d

Browse files
committed
Remove unused imports
1 parent bfbcad4 commit afc9e1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestCaseGenerator.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import kotlinx.coroutines.yield
1414
import mu.KLogger
1515
import mu.KotlinLogging
1616
import org.utbot.common.*
17-
import org.utbot.common.PathUtil.toURL
1817
import org.utbot.engine.EngineController
1918
import org.utbot.engine.Mocker
2019
import org.utbot.engine.UtBotSymbolicEngine
@@ -45,7 +44,6 @@ import org.utbot.instrumentation.ConcreteExecutor
4544
import org.utbot.instrumentation.warmup
4645
import org.utbot.taint.TaintConfigurationProvider
4746
import java.io.File
48-
import java.net.URLClassLoader
4947
import java.nio.file.Path
5048
import kotlin.coroutines.cancellation.CancellationException
5149
import kotlin.math.min

0 commit comments

Comments
 (0)