mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Scalafix organize-imports
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
@ -1,8 +1,7 @@
|
||||
package docspell.ftsclient
|
||||
|
||||
import docspell.common._
|
||||
|
||||
import FtsResult.ItemMatch
|
||||
import docspell.ftsclient.FtsResult.ItemMatch
|
||||
|
||||
final case class FtsResult(
|
||||
qtime: Duration,
|
||||
|
Reference in New Issue
Block a user