Skip to content

Commit 33dd8f5

Browse files
remove redundant import
1 parent 6e8bc11 commit 33dd8f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/thealgorithms/dynamicprogramming/EditDistanceTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import static org.junit.jupiter.api.Assertions.assertAll;
44
import static org.junit.jupiter.api.Assertions.assertEquals;
5-
import static org.junit.jupiter.api.Assertions.assertThrows;
65

76
import org.junit.jupiter.api.Test;
87
import org.junit.jupiter.params.ParameterizedTest;

0 commit comments

Comments
 (0)