clean imports
This commit is contained in:
parent
570b76ecdc
commit
e71e5c304a
|
@ -30,10 +30,8 @@ import okhttp3.HttpUrl
|
||||||
import retrofit2.Call
|
import retrofit2.Call
|
||||||
import retrofit2.Callback
|
import retrofit2.Callback
|
||||||
import retrofit2.Response
|
import retrofit2.Response
|
||||||
import retrofit2.Retrofit
|
|
||||||
import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
|
|
||||||
import retrofit2.converter.gson.GsonConverterFactory
|
|
||||||
import javax.inject.Inject
|
import javax.inject.Inject
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Overview of the flow of the login process: (boxes are requests done in parallel,
|
Overview of the flow of the login process: (boxes are requests done in parallel,
|
||||||
since they do not depend on each other)
|
since they do not depend on each other)
|
||||||
|
|
Loading…
Reference in New Issue