Skip to content

Commit 0f70133

Browse files
committed
Remove unused import
1 parent a3c67fe commit 0f70133

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/stacks/InfixToPrefixTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package com.thealgorithms.stacks;
22

33
import static org.junit.jupiter.api.Assertions.assertEquals;
4-
import static org.junit.jupiter.api.Assertions.assertThrows;
54

65
import java.util.stream.Stream;
76
import org.junit.jupiter.params.ParameterizedTest;

0 commit comments

Comments
 (0)