Skip to content

Commit

Permalink
Some more import removals
Browse files Browse the repository at this point in the history
  • Loading branch information
hajduakos committed Aug 13, 2020
1 parent b76c1b3 commit 14a7933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import static java.util.Collections.singleton;

import java.util.Collection;
import java.util.Collections;
import java.util.List;

import hu.bme.mit.theta.analysis.TransFunc;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@

import java.util.NoSuchElementException;

import org.junit.Assert;
import org.junit.Test;

import static org.junit.Assert.*;
import static junit.framework.TestCase.assertTrue;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;


public class WaitlistTest {

Expand Down

0 comments on commit 14a7933

Please sign in to comment.