Cleanup unused imports

This commit is contained in:
Dylan K. Taylor
2017-09-21 12:26:41 +01:00
parent dbed80386a
commit 6aa9b081e9
6 changed files with 0 additions and 8 deletions

View File

@ -30,7 +30,6 @@ use pocketmine\network\mcpe\protocol\InventoryContentPacket;
use pocketmine\network\mcpe\protocol\InventorySlotPacket;
use pocketmine\network\mcpe\protocol\types\ContainerIds;
use pocketmine\Player;
use pocketmine\Server;
abstract class BaseInventory implements Inventory{