CS cleanup

This commit is contained in:
Dylan K. Taylor
2020-10-26 15:56:30 +00:00
parent 3f254bd49c
commit 4c0c2ebd24
7 changed files with 2 additions and 8 deletions

View File

@@ -28,7 +28,6 @@ use pocketmine\block\Block;
use pocketmine\block\tile\Banner as TileBanner;
use pocketmine\block\utils\BannerPattern;
use pocketmine\block\utils\DyeColor;
use pocketmine\block\VanillaBlocks;
use pocketmine\data\bedrock\DyeColorIdMap;
use pocketmine\nbt\tag\CompoundTag;
use pocketmine\nbt\tag\ListTag;

View File

@@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\item;
use pocketmine\utils\CloningRegistryTrait;
use pocketmine\utils\RegistryTrait;
use function assert;
/**