Skip to content

Commit

Permalink
optimized imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoMarlir committed May 24, 2024
1 parent 21cabd1 commit fc5aa27
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions node/src/main/kotlin/me/blueamethyst/bluecloud/node/Node.kt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package me.blueamethyst.bluecloud.runner.impl.screen

import java.nio.file.Path

class UnixScreen(
val name: String,
val command: MutableList<String>,
Expand Down

0 comments on commit fc5aa27

Please sign in to comment.