clean imports

This commit is contained in:
Matthieu 2020-12-08 18:33:16 +01:00
parent 570b76ecdc
commit e71e5c304a
1 changed files with 1 additions and 3 deletions

View File

@ -30,10 +30,8 @@ import okhttp3.HttpUrl
import retrofit2.Call
import retrofit2.Callback
import retrofit2.Response
import retrofit2.Retrofit
import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
import retrofit2.converter.gson.GsonConverterFactory
import javax.inject.Inject
/**
Overview of the flow of the login process: (boxes are requests done in parallel,
since they do not depend on each other)