remove unused imports

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-07-26 22:13:06 +02:00
parent 12011afb17
commit 9b48bfedf6
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -33,8 +33,6 @@ import androidx.room.Update
import com.nextcloud.talk.data.user.model.UserEntity
import io.reactivex.Maybe
import io.reactivex.Single
import java.lang.Boolean.FALSE
import java.lang.Boolean.TRUE
@Dao
@Suppress("TooManyFunctions")