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

@ -25,7 +25,6 @@ namespace pocketmine\inventory;
use pocketmine\item\Item;
use pocketmine\item\ItemFactory;
use pocketmine\Server;
use pocketmine\utils\UUID;
class ShapedRecipe implements CraftingRecipe{