Skip to content

Commit

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

import arrow.core.*
import arrow.core.Tuple4
import arrow.core.Tuple5
import arrow.core.Tuple6
import arrow.core.Tuple7
import arrow.core.Tuple8
import arrow.core.Tuple9
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 fd455bf

Please sign in to comment.