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

@ -23,9 +23,7 @@ declare(strict_types=1);
namespace pocketmine\item;
use pocketmine\item\enchantment\Enchantment;
use pocketmine\nbt\tag\ByteTag;
use pocketmine\nbt\tag\CompoundTag;
abstract class Durable extends Item{