Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
lightsing committed Jun 5, 2020
1 parent 4725013 commit 8e5ecbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/com/moumoux/quinine/Quinine.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.moumoux.quinine.impl.QuinineLocalLoadingCache
import io.reactivex.Single

import com.moumoux.quinine.reactive.QuinineCache as rxQuinineCache
import com.moumoux.quinine.reactive.QuinineCache as rxQuinineLoadingCache
import com.moumoux.quinine.reactive.QuinineLoadingCache as rxQuinineLoadingCache
import com.moumoux.quinine.reactive.impl.QuinineLocalCache as rxQuinineLocalCache
import com.moumoux.quinine.reactive.impl.QuinineLocalLoadingCache as rxQuinineLocalLoadingCache

Expand Down

0 comments on commit 8e5ecbb

Please sign in to comment.