mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 18:08:25 +00:00
Organize imports
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package docspell.store
|
||||
|
||||
import cats.implicits._
|
||||
import cats.ApplicativeError
|
||||
import cats.implicits._
|
||||
|
||||
sealed trait UpdateResult
|
||||
|
||||
|
@ -2,6 +2,7 @@ package docspell.store.records
|
||||
|
||||
import cats.effect._
|
||||
import cats.implicits._
|
||||
|
||||
import docspell.common._
|
||||
import docspell.store.impl.Column
|
||||
import docspell.store.impl.Implicits._
|
||||
|
Reference in New Issue
Block a user