Removed unused imports

This commit is contained in:
tastybento 2020-01-06 11:22:37 -08:00
parent a0718f0e6b
commit 28200a44a8
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ import java.util.List;
import java.util.UUID;
import org.bukkit.Bukkit;
import org.bukkit.GameMode;
import world.bentobox.bentobox.api.commands.ConfirmableCommand;
import world.bentobox.bentobox.api.commands.island.team.Invite.Type;

View File

@ -41,7 +41,6 @@ import org.bukkit.inventory.meta.ItemMeta;
import org.bukkit.plugin.PluginManager;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mockito;