From a7bf0a7f3e33cff27df80f004833309e1beb1e05 Mon Sep 17 00:00:00 2001 From: Maria Paszkiewicz SCC Date: Sun, 21 Apr 2024 20:55:48 +0200 Subject: [PATCH] Remove unused import. --- src/test/java/com/thealgorithms/maths/NumberOfDigitsTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/com/thealgorithms/maths/NumberOfDigitsTest.java b/src/test/java/com/thealgorithms/maths/NumberOfDigitsTest.java index 2e807db12fb9..799052b22d83 100644 --- a/src/test/java/com/thealgorithms/maths/NumberOfDigitsTest.java +++ b/src/test/java/com/thealgorithms/maths/NumberOfDigitsTest.java @@ -4,7 +4,6 @@ import java.util.function.IntFunction; import java.util.stream.Stream; -import org.junit.jupiter.api.Test; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.Arguments; import org.junit.jupiter.params.provider.MethodSource;