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 080b507 commit fcc0800Copy full SHA for fcc0800
core/src/test/kotlin/org/jetbrains/kotlinx/dataframe/api/convert.kt
@@ -14,8 +14,7 @@ import org.jetbrains.kotlinx.dataframe.exceptions.TypeConverterNotFoundException
14
import org.jetbrains.kotlinx.dataframe.hasNulls
15
import org.junit.Test
16
import java.time.LocalTime
17
-import java.util.*
18
-import kotlin.reflect.*
+import kotlin.reflect.typeOf
19
import kotlin.time.Duration.Companion.hours
20
21
class ConvertTests {
0 commit comments