From fc5aa27ecab391b600c0126e574bd8fb462caa1b Mon Sep 17 00:00:00 2001 From: DinoMarlir <72864666+DinoMarlir@users.noreply.github.com> Date: Fri, 24 May 2024 20:47:49 +0200 Subject: [PATCH] optimized imports --- node/src/main/kotlin/me/blueamethyst/bluecloud/node/Node.kt | 5 ----- .../blueamethyst/bluecloud/runner/impl/screen/UnixScreen.kt | 2 -- 2 files changed, 7 deletions(-) diff --git a/node/src/main/kotlin/me/blueamethyst/bluecloud/node/Node.kt b/node/src/main/kotlin/me/blueamethyst/bluecloud/node/Node.kt index 14dc8c7..2101af9 100644 --- a/node/src/main/kotlin/me/blueamethyst/bluecloud/node/Node.kt +++ b/node/src/main/kotlin/me/blueamethyst/bluecloud/node/Node.kt @@ -1,10 +1,5 @@ package me.blueamethyst.bluecloud.node -import com.github.ajalt.colormath.model.Oklab -import com.github.ajalt.colormath.model.SRGB -import com.github.ajalt.colormath.transform.interpolator -import com.github.ajalt.colormath.transform.sequence -import com.github.ajalt.mordant.rendering.TextColors import me.blueamethyst.bluecloud.api.annontations.InternalBlueCloudApi import me.blueamethyst.bluecloud.common.internal.AbstractSystemPart import me.blueamethyst.bluecloud.common.internal.types.InternalSystemPartType diff --git a/runner/src/main/kotlin/me/blueamethyst/bluecloud/runner/impl/screen/UnixScreen.kt b/runner/src/main/kotlin/me/blueamethyst/bluecloud/runner/impl/screen/UnixScreen.kt index 358df87..4cdc0bf 100644 --- a/runner/src/main/kotlin/me/blueamethyst/bluecloud/runner/impl/screen/UnixScreen.kt +++ b/runner/src/main/kotlin/me/blueamethyst/bluecloud/runner/impl/screen/UnixScreen.kt @@ -1,7 +1,5 @@ package me.blueamethyst.bluecloud.runner.impl.screen -import java.nio.file.Path - class UnixScreen( val name: String, val command: MutableList,