Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
alingse committed Dec 8, 2024
1 parent 21c98e8 commit 6e66b60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions java/src/test/java/thriftlabs/thriftparser/ParserTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.tree.*;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.*;

import java.util.List;

Expand Down

0 comments on commit 6e66b60

Please sign in to comment.