Skip to content

Commit 42dce7a

Browse files
committed
Reformat code
1 parent bfe2400 commit 42dce7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter-lib/api/src/main/kotlin/org/jetbrains/kotlinx/jupyter/api/renderersHandling.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import kotlinx.serialization.Serializable
44
import org.jetbrains.kotlinx.jupyter.api.libraries.ExecutionHost
55
import org.jetbrains.kotlinx.jupyter.api.libraries.VariablesSubstitutionAware
66
import org.jetbrains.kotlinx.jupyter.util.TypeHandlerCodeExecutionSerializer
7-
import kotlin.reflect.jvm.internal.KotlinReflectionInternalError
87
import kotlin.reflect.KClass
98
import kotlin.reflect.full.isSubclassOf
9+
import kotlin.reflect.jvm.internal.KotlinReflectionInternalError
1010

1111
/**
1212
* Execution interface for type handlers

0 commit comments

Comments
 (0)