remove unused import

This commit is contained in:
2020-03-09 21:32:40 +01:00
parent 9df0da89ff
commit 89ec828499

View File

@@ -1,6 +1,5 @@
import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.antlr.v4.runtime.tree.ParseTree; import org.antlr.v4.runtime.tree.ParseTree;
import org.junit.jupiter.api.Test; import org.junit.jupiter.api.Test;