Remove unused import that php-cs-fixer doesn't see

This commit is contained in:
Dylan K. Taylor 2022-02-22 16:46:12 +00:00
parent 4f25ab10e9
commit c816bbdb6e
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -35,7 +35,6 @@ use pocketmine\utils\Limits;
use pocketmine\world\format\io\exception\CorruptedWorldException;
use pocketmine\world\format\io\exception\UnsupportedWorldFormatException;
use pocketmine\world\generator\Flat;
use pocketmine\world\generator\Generator;
use pocketmine\world\generator\GeneratorManager;
use pocketmine\world\World;
use pocketmine\world\WorldCreationOptions;