We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe2400 commit 42dce7aCopy full SHA for 42dce7a
jupyter-lib/api/src/main/kotlin/org/jetbrains/kotlinx/jupyter/api/renderersHandling.kt
@@ -4,9 +4,9 @@ import kotlinx.serialization.Serializable
4
import org.jetbrains.kotlinx.jupyter.api.libraries.ExecutionHost
5
import org.jetbrains.kotlinx.jupyter.api.libraries.VariablesSubstitutionAware
6
import org.jetbrains.kotlinx.jupyter.util.TypeHandlerCodeExecutionSerializer
7
-import kotlin.reflect.jvm.internal.KotlinReflectionInternalError
8
import kotlin.reflect.KClass
9
import kotlin.reflect.full.isSubclassOf
+import kotlin.reflect.jvm.internal.KotlinReflectionInternalError
10
11
/**
12
* Execution interface for type handlers
0 commit comments