EnderChestInventory: remove unused import

This commit is contained in:
Dylan K. Taylor 2018-05-19 11:37:22 +01:00
parent 9bc860f7a8
commit 75d13be38e

View File

@ -23,7 +23,6 @@ declare(strict_types=1);
namespace pocketmine\inventory;
use pocketmine\entity\Human;
use pocketmine\level\Position;
use pocketmine\network\mcpe\protocol\types\WindowTypes;
use pocketmine\tile\EnderChest;