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
|
|
@ -26,8 +26,6 @@ import scala.concurrent.{ Future, Promise }
|
|||
import akka.stream.stage.GraphStageWithMaterializedValue
|
||||
import scala.compat.java8.FutureConverters._
|
||||
|
||||
import akka.stream.impl.fusing.GraphStageModule
|
||||
|
||||
/**
|
||||
* A `Source` is a set of stream processing steps that has one open output. It can comprise
|
||||
* any number of internal sources and transformations that are wired together, or it can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue