Skip to content

Commit

Permalink
Replace star import (arrow-kt#2821)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgtout committed Feb 6, 2023
1 parent b764a6f commit 6a7fab9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package arrow.fx.coroutines

import arrow.core.*
import kotlinx.coroutines.CoroutineScope
import kotlin.coroutines.CoroutineContext
import kotlin.coroutines.EmptyCoroutineContext
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package arrow.fx.coroutines

import arrow.core.*
import kotlinx.coroutines.CoroutineScope
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.async
Expand Down

0 comments on commit 6a7fab9

Please sign in to comment.