remove unused imports

This commit is contained in:
Dylan K. Taylor 2020-05-04 13:27:31 +01:00
parent fcd6a69000
commit ba6fb87280
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\world\sound;
use pocketmine\math\Vector3;
use pocketmine\network\mcpe\protocol\ClientboundPacket;
use pocketmine\network\mcpe\protocol\LevelSoundEventPacket;
/**

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\world\sound;
use pocketmine\math\Vector3;
use pocketmine\network\mcpe\protocol\ClientboundPacket;
use pocketmine\network\mcpe\protocol\LevelSoundEventPacket;
/**