Skip to content

Commit

Permalink
fix: unused imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamguptadream11 committed Aug 22, 2024
1 parent 308f9a4 commit 783f3c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import static org.assertj.core.api.Java6Assertions.assertThat;

import android.content.Context;
import android.content.res.AssetManager;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import static org.assertj.core.api.Java6Assertions.assertThat;

import android.content.Context;
import android.content.res.AssetManager;
import android.text.TextUtils;
import android.util.Log;
Expand Down

0 comments on commit 783f3c9

Please sign in to comment.