Food: remove unused import

This commit is contained in:
Dylan K. Taylor 2020-06-29 22:52:04 +01:00
parent 8b87cf73b9
commit 74a919353f

View File

@ -23,7 +23,6 @@ declare(strict_types=1);
namespace pocketmine\item;
use pocketmine\entity\FoodSource;
use pocketmine\entity\Living;
abstract class Food extends Item implements FoodSourceItem{