Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Aug 22, 2018
1 parent ab64982 commit eceae80
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@
import io.reactivex.internal.schedulers.ImmediateThinScheduler;
import io.reactivex.observers.*;
import io.reactivex.plugins.RxJavaPlugins;
import io.reactivex.processors.UnicastProcessor;
import io.reactivex.schedulers.*;
import io.reactivex.subjects.*;
import io.reactivex.subscribers.TestSubscriber;

public class ObservableObserveOnTest {

Expand Down

0 comments on commit eceae80

Please sign in to comment.