Skip to content

Commit f1a13c6

Browse files
committed
linting apiDump
1 parent 0d009c6 commit f1a13c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

core/api/core.api

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5940,6 +5940,12 @@ public final class org/jetbrains/kotlinx/dataframe/impl/api/UnfoldKt {
59405940
public static final fun unfoldImpl (Lorg/jetbrains/kotlinx/dataframe/DataColumn;Lkotlin/reflect/KType;Lkotlin/jvm/functions/Function1;)Lorg/jetbrains/kotlinx/dataframe/DataColumn;
59415941
}
59425942

5943+
public final class org/jetbrains/kotlinx/dataframe/impl/api/UpdateException : java/lang/IllegalStateException, org/jetbrains/kotlinx/dataframe/exceptions/DataFrameError {
5944+
public fun <init> (Ljava/lang/String;Ljava/lang/Throwable;)V
5945+
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/Throwable;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
5946+
public fun getMessage ()Ljava/lang/String;
5947+
}
5948+
59435949
public final class org/jetbrains/kotlinx/dataframe/impl/api/UpdateKt {
59445950
public static final fun updateImpl (Lorg/jetbrains/kotlinx/dataframe/api/Update;Lkotlin/jvm/functions/Function3;)Lorg/jetbrains/kotlinx/dataframe/DataFrame;
59455951
}

dataframe-jupyter/src/test/kotlin/org/jetbrains/kotlinx/dataframe/jupyter/RenderingTests.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package org.jetbrains.kotlinx.dataframe.jupyter
33
import io.kotest.assertions.throwables.shouldNotThrow
44
import io.kotest.matchers.comparables.shouldBeGreaterThan
55
import io.kotest.matchers.comparables.shouldBeLessThan
6-
import io.kotest.matchers.should
76
import io.kotest.matchers.shouldBe
87
import io.kotest.matchers.string.shouldContain
98
import io.kotest.matchers.string.shouldNotContain

0 commit comments

Comments
 (0)