Skip to content

Commit ba95d14

Browse files
committed
fix ComicRepositoryImpl.kt
1 parent ed2277f commit ba95d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/hoc/comicapp/data/repository/ComicRepositoryImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ import kotlinx.coroutines.channels.actor
2929
import kotlinx.coroutines.delay
3030
import kotlinx.coroutines.withContext
3131
import timber.log.Timber
32+
import kotlin.time.Duration.Companion.seconds
3233
import kotlin.time.ExperimentalTime
3334
import kotlin.time.measureTime
34-
import kotlin.time.seconds
3535

3636
@OptIn(
3737
ExperimentalTime::class,

0 commit comments

Comments
 (0)