Skip to content

Commit

Permalink
Removed wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
ichbinstudent committed Jan 26, 2025
1 parent e54c9f3 commit 8dc6975
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

import java.util.Arrays;

import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;

public class LibMatrixDatagenTest {
protected static final Log LOG = LogFactory.getLog(LibMatrixDatagenTest.class.getName());
Expand Down

0 comments on commit 8dc6975

Please sign in to comment.