Scalafix organize-imports

This commit is contained in:
Eike Kettner
2020-06-28 21:10:38 +02:00
parent 672ed445b1
commit 347a029af8
210 changed files with 886 additions and 605 deletions

View File

@ -1,11 +1,13 @@
package docspell.ftsclient
import fs2.Stream
import cats.implicits._
import cats.effect._
import org.log4s.getLogger
import cats.implicits._
import fs2.Stream
import docspell.common._
import org.log4s.getLogger
/** The fts client is the interface for docspell to a fulltext search
* engine.
*

View File

@ -1,8 +1,7 @@
package docspell.ftsclient
import docspell.common._
import FtsResult.ItemMatch
import docspell.ftsclient.FtsResult.ItemMatch
final case class FtsResult(
qtime: Duration,