File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/jupyter Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -253,26 +253,6 @@ internal class Integration(
253
253
}
254
254
}
255
255
256
- updateVariable<ImportDataSchema > { instance, property ->
257
- updateImportDataSchemaVariable(instance, property)
258
- }
259
-
260
- updateVariable<AnyFrame > { instance, property ->
261
- updateAnyFrameVariable(instance, property, codeGen)
262
- }
263
-
264
- updateVariable<AnyRow > { instance, property ->
265
- updateAnyRowVariable(instance, property, codeGen)
266
- }
267
-
268
- updateVariable<ColumnGroup <* >> { instance, property ->
269
- updateColumnGroupVariable(instance, property, codeGen)
270
- }
271
-
272
- updateVariable<AnyCol > { instance, property ->
273
- updateAnyColVariable(instance, property, codeGen)
274
- }
275
-
276
256
fun KotlinKernelHost.addDataSchemas (classes : List <KClass <* >>) {
277
257
val code = classes.joinToString(" \n " ) {
278
258
codeGen.process(it)
You can’t perform that action at this time.
0 commit comments