Skip to content

Commit 5e2a050

Browse files
author
sailok.chinta
committed
feat: fix linting issues
1 parent ab961b7 commit 5e2a050

File tree

1 file changed

+0
-2
lines changed
  • src/test/java/com/thealgorithms/datastructures/tries

1 file changed

+0
-2
lines changed

src/test/java/com/thealgorithms/datastructures/tries/TrieTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package com.thealgorithms.datastructures.tries;
22

33
import java.util.List;
4-
5-
import com.thealgorithms.datastructures.tries.Trie;
64
import org.junit.jupiter.api.Assertions;
75
import org.junit.jupiter.api.Test;
86

0 commit comments

Comments
 (0)