fixup some imports

This commit is contained in:
Dylan K. Taylor
2019-01-04 23:49:32 +00:00
parent adc1069ed2
commit d8d04aeb53
3 changed files with 2 additions and 4 deletions

View File

@ -23,7 +23,6 @@ declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\block\utils\InvalidBlockStateException;
use pocketmine\math\Facing;
class Rail extends BaseRail{