Skip to content

Commit c5fae35

Browse files
author
Rustam Sadykov
committed
fix import
1 parent 8ea27fb commit c5fae35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • utbot-junit-contest/src/main/kotlin/org/utbot/contest

utbot-junit-contest/src/main/kotlin/org/utbot/contest/Contest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import java.net.URL
77
import java.net.URLClassLoader
88
import java.nio.file.Paths
99
import java.util.concurrent.ConcurrentSkipListSet
10-
import jdk.nashorn.internal.codegen.types.Type
1110
import kotlinx.coroutines.CancellationException
1211
import kotlinx.coroutines.CoroutineScope
1312
import kotlinx.coroutines.GlobalScope
@@ -24,6 +23,7 @@ import kotlinx.coroutines.runBlocking
2423
import kotlinx.coroutines.withTimeoutOrNull
2524
import kotlinx.coroutines.yield
2625
import mu.KotlinLogging
26+
import org.objectweb.asm.Type
2727
import org.utbot.common.FileUtil
2828
import org.utbot.common.bracket
2929
import org.utbot.common.filterWhen

0 commit comments

Comments
 (0)