Remove unused imports

This commit is contained in:
vsuryakumar
2023-06-03 19:12:32 +05:30
parent a1f41db68b
commit eb89cf5842
7 changed files with 5 additions and 20 deletions

View File

@@ -1,13 +1,11 @@
package com.example.hpos
import androidx.test.platform.app.InstrumentationRegistry
import androidx.test.ext.junit.runners.AndroidJUnit4
import androidx.test.platform.app.InstrumentationRegistry
import org.junit.Assert.*
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.Assert.*
/**
* Instrumented test, which will execute on an Android device.
*