Optimize imports (#1927)

This commit is contained in:
Edward Savage 2018-10-13 03:31:25 -04:00 committed by Josephine Lim
parent 69e4d96b89
commit e36a71a584
47 changed files with 52 additions and 105 deletions

View file

@ -11,7 +11,6 @@ import android.support.test.filters.LargeTest;
import android.support.test.rule.ActivityTestRule;
import android.support.test.runner.AndroidJUnit4;
import org.hamcrest.Matchers;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;