upgrade klint and format code (remove wildcard import
This commit is contained in:
@@ -2,8 +2,8 @@ package fr.dcproject.component.auth
|
||||
|
||||
import fr.postgresjson.connexion.Requester
|
||||
import fr.postgresjson.repository.RepositoryI
|
||||
import io.ktor.auth.*
|
||||
import java.util.*
|
||||
import io.ktor.auth.UserPasswordCredential
|
||||
import java.util.UUID
|
||||
import fr.dcproject.component.auth.User as UserEntity
|
||||
|
||||
class UserRepository(override var requester: Requester) : RepositoryI {
|
||||
|
||||
Reference in New Issue
Block a user