From 7969a824b1650402263a708dc144d1a682bc888e Mon Sep 17 00:00:00 2001 From: higan Date: Wed, 18 Oct 2023 01:25:08 +0800 Subject: [PATCH] Make detekt happy --- core/src/main/kotlin/org/jetbrains/jewel/IntelliJTheme.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/kotlin/org/jetbrains/jewel/IntelliJTheme.kt b/core/src/main/kotlin/org/jetbrains/jewel/IntelliJTheme.kt index 1de19e3dfb..af206b8236 100644 --- a/core/src/main/kotlin/org/jetbrains/jewel/IntelliJTheme.kt +++ b/core/src/main/kotlin/org/jetbrains/jewel/IntelliJTheme.kt @@ -46,7 +46,6 @@ import org.jetbrains.jewel.styling.TabStyle import org.jetbrains.jewel.styling.TextAreaStyle import org.jetbrains.jewel.styling.TextFieldStyle import org.jetbrains.jewel.styling.TooltipStyle -import org.jetbrains.jewel.util.isDark interface IntelliJTheme {