Fixed the imports

This commit is contained in:
Stefan Scheidewig
2021-04-15 20:49:34 +02:00
parent 6149a2ab89
commit 558197e415
4 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package docspell.backend.ops
import cats.data.{NonEmptyList, OptionT}
import cats.effect.{Effect, Resource}
import cats.implicits._
import docspell.backend.JobFactory
import docspell.common._
import docspell.ftsclient.FtsClient
@ -10,6 +11,7 @@ import docspell.store.queries.{QAttachment, QItem, QMoveAttachment}
import docspell.store.queue.JobQueue
import docspell.store.records._
import docspell.store.{AddResult, Store, UpdateResult}
import doobie.implicits._
import org.log4s.getLogger