Skip to content

Commit

Permalink
unnecessary imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Aug 1, 2017
1 parent a300026 commit 4a48691
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
import javax.inject.Named;
import javax.inject.Singleton;
import rx.Observable;
import rx.Observer;
import rx.subjects.PublishSubject;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import java.util.function.Consumer;
import javax.inject.Inject;
import javax.inject.Singleton;
import rx.Observer;

/**
* Handler of uncaught exceptions in this app. It will log the error using
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import java.util.function.Consumer;
import javax.inject.Inject;
import javax.inject.Singleton;
import rx.Observer;

/**
* Error handler for GitHub APIs.
Expand Down

0 comments on commit 4a48691

Please sign in to comment.