From 51969c25b6f5e4feb7778b42b125250e6fbb0c44 Mon Sep 17 00:00:00 2001 From: SmilingPixel Date: Mon, 8 Jun 2026 02:13:37 +0000 Subject: [PATCH] refactor: clean imports --- .../io/github/smiling_pixel/filesystem/LocalFileFetcherTest.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/composeApp/src/commonTest/kotlin/io/github/smiling_pixel/filesystem/LocalFileFetcherTest.kt b/composeApp/src/commonTest/kotlin/io/github/smiling_pixel/filesystem/LocalFileFetcherTest.kt index 97ca3da..8c58d33 100644 --- a/composeApp/src/commonTest/kotlin/io/github/smiling_pixel/filesystem/LocalFileFetcherTest.kt +++ b/composeApp/src/commonTest/kotlin/io/github/smiling_pixel/filesystem/LocalFileFetcherTest.kt @@ -1,10 +1,8 @@ package io.github.smiling_pixel.filesystem -import coil3.ImageLoader import coil3.Uri import coil3.decode.DataSource import coil3.fetch.SourceFetchResult -import coil3.request.Options import kotlinx.coroutines.test.runTest import okio.IOException import kotlin.test.Test