Remove unused imports from PerfectSquareTest (#5016)

style: remove unused imports from `PerfectSquareTest`
This commit is contained in:
Piotr Idzik 2024-01-13 10:21:57 +01:00 committed by GitHub
parent 9426053f73
commit ac7152d757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;