Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit ca4870f

Browse files
committed
Cleanup imports
1 parent 053883a commit ca4870f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/scala/asyncstreams/AsyncStream.scala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ import cats.{Alternative, Monad}
55
import cats.syntax.applicative._
66
import cats.syntax.flatMap._
77
import cats.syntax.functor._
8-
import cats.syntax.semigroup._
9-
import cats.syntax.monoid._
108
import cats.syntax.semigroupk._
119

12-
import scala.annotation.tailrec
1310
import scala.annotation.unchecked.{uncheckedVariance => uV}
1411
import scala.collection.GenIterable
1512
import scala.collection.generic.CanBuildFrom

0 commit comments

Comments
 (0)