Make use of scalafix to remove unused import. (#26019)
* =build Add scalafix to remote unused import. * +build Add file ignore plugin for scalafix which support ignore files.
This commit is contained in:
parent
c383f4483b
commit
e9fb3a020a
184 changed files with 150 additions and 337 deletions
|
|
@ -8,7 +8,6 @@ import java.util.function.BiFunction
|
|||
|
||||
import akka.NotUsed
|
||||
import akka.actor.typed.ActorRef
|
||||
import akka.stream.ActorAttributes
|
||||
import akka.stream.javadsl.Flow
|
||||
import akka.util.JavaDurationConverters
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ import akka.util.Timeout
|
|||
|
||||
import scala.annotation.implicitNotFound
|
||||
import scala.concurrent.Future
|
||||
import scala.reflect.ClassTag
|
||||
|
||||
/**
|
||||
* Collection of Flows aimed at integrating with typed Actors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue