Remove unused code

This commit is contained in:
eikek
2021-09-05 17:32:32 +02:00
parent aef56233a5
commit aa099a340e
4 changed files with 10 additions and 25 deletions

View File

@ -10,8 +10,7 @@ import cats.effect._
import cats.implicits._
import docspell.backend.BackendApp
import docspell.backend.ops.OCollective.RegisterData
import docspell.backend.signup.{NewInviteResult, SignupResult}
import docspell.backend.signup.{NewInviteResult, RegisterData, SignupResult}
import docspell.restapi.model._
import docspell.restserver.Config
import docspell.restserver.http4s.ResponseGenerator