remove unused imports

This commit is contained in:
Dylan K. Taylor
2019-12-09 19:49:21 +00:00
parent 1a99938e4b
commit 6b61efcfc8
9 changed files with 0 additions and 11 deletions

View File

@ -34,7 +34,6 @@ use pocketmine\level\Position;
use pocketmine\nbt\tag\ByteTag;
use pocketmine\nbt\tag\IntTag;
use function abs;
use function floor;
use function get_class;
class FallingBlock extends Entity{