Removed unused import

This commit is contained in:
tastybento 2018-08-25 12:27:32 -07:00
parent 06f7b754b7
commit f3bd4fa621
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,9 @@
package world.bentobox.bentobox.schems;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;