imports cleanup

This commit is contained in:
Dylan K. Taylor
2020-11-01 14:23:21 +00:00
parent 73a8c90bee
commit d6d9dde0b2
5 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\utils;
use PHPUnit\Framework\TestCase;
use pocketmine\block\VanillaBlocks;
final class CloningRegistryTraitTest extends TestCase{