Remove unused imports

This commit is contained in:
Dylan K. Taylor
2018-02-24 19:00:56 +00:00
parent bd47852ca4
commit 0ad8ea6e92
9 changed files with 0 additions and 10 deletions

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\tile;
use pocketmine\inventory\Inventory;
use pocketmine\item\Item;
interface Container{
public const TAG_ITEMS = "Items";