diff --git a/src/main/java/org/openrewrite/kotlin/cleanup/ReplaceCharToIntWithCode.java b/src/main/java/org/openrewrite/kotlin/cleanup/ReplaceCharToIntWithCode.java index 8f4f9cc9b..8479d8924 100644 --- a/src/main/java/org/openrewrite/kotlin/cleanup/ReplaceCharToIntWithCode.java +++ b/src/main/java/org/openrewrite/kotlin/cleanup/ReplaceCharToIntWithCode.java @@ -24,7 +24,6 @@ import org.openrewrite.java.tree.J; import org.openrewrite.kotlin.KotlinTemplate; import org.openrewrite.kotlin.KotlinVisitor; -import org.openrewrite.kotlin.tree.K; @Value