Clean up some unused imports

This commit is contained in:
Dylan K. Taylor
2017-10-19 16:39:34 +01:00
parent 087badcb48
commit 5a353012de
7 changed files with 0 additions and 10 deletions

View File

@ -31,7 +31,6 @@ use pocketmine\nbt\NBT;
use pocketmine\nbt\tag\{
ByteArrayTag, ByteTag, CompoundTag, IntArrayTag, IntTag, ListTag, LongTag
};
use pocketmine\Player;
use pocketmine\utils\MainLogger;
class Anvil extends McRegion{