Skip to content

Commit d019123

Browse files
committed
Revert "Add a notice about external urls"
This reverts commit 0ef0df3.
1 parent 30301fc commit d019123

File tree

1 file changed

+1
-1
lines changed
  • dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter

1 file changed

+1
-1
lines changed

dataframe-jupyter/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/Integration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ import kotlin.reflect.full.isSubtypeOf
5757
private const val MIN_KERNEL_VERSION = "0.11.0.198"
5858

5959
internal val newDataSchemas = mutableListOf<KClass<*>>()
60-
// make sure to update URLs to this file here if it's moved or renamed https://github.com/Kotlin/kotlin-jupyter/pull/461
60+
6161
internal class Integration(
6262
private val notebook: Notebook,
6363
private val options: MutableMap<String, String?>,

0 commit comments

Comments
 (0)