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,9 +1,8 @@
package com.example.hpos
import org.junit.Assert.assertEquals
import org.junit.Test
import org.junit.Assert.*
/**
* Example local unit test, which will execute on the development machine (host).
*

View File

@@ -1,8 +1,7 @@
package com.example.hpos
import org.junit.Test
import java.util.*
import java.util.concurrent.atomic.AtomicLong
import java.util.Date
class OtherTests {

View File

@@ -1,10 +1,6 @@
package com.example.hpos
import org.junit.Test
import java.io.File
import java.io.InputStream
import java.util.*
import kotlin.collections.ArrayList
class TestDataGenerator {