Skip to content

Commit e9d5235

Browse files
style: remove redundant import to fix checkstyle error
1 parent 0e3c804 commit e9d5235

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/com/thealgorithms/datastructures/lists/PalindromeSinglyLinkedListTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import static org.junit.jupiter.api.Assertions.assertFalse;
44
import static org.junit.jupiter.api.Assertions.assertTrue;
5-
6-
import com.thealgorithms.datastructures.lists.SinglyLinkedList;
75
import org.junit.jupiter.api.Test;
86

97
public class PalindromeSinglyLinkedListTest {

0 commit comments

Comments
 (0)