mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-08 18:32:56 +08:00
Remove unused imports from PerfectSquareTest
(#5016)
style: remove unused imports from `PerfectSquareTest`
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
package com.thealgorithms.maths;
|
||||
|
||||
import java.util.stream.Stream;
|
||||
import org.junit.jupiter.api.Assertions;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.params.ParameterizedTest;
|
||||
import org.junit.jupiter.params.provider.ValueSource;
|
||||
|
||||
|
Reference in New Issue
Block a user