Skip to content
Prev Previous commit
Next Next commit
checkstyle: remove redundant import
  • Loading branch information
alxkm committed Jul 10, 2025
commit 2b6f328d1c251c9ca4e3b3fa48425450759d2075
1 change: 0 additions & 1 deletion src/test/java/com/thealgorithms/maths/CeilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import static org.junit.jupiter.api.Assertions.assertEquals;

import com.thealgorithms.maths.Ceil;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvSource;

Expand Down
Loading