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

@@ -23,8 +23,8 @@ declare(strict_types=1);
namespace pocketmine;
use pocketmine\errorhandler\ErrorTypeToStringMap;
use Composer\InstalledVersions;
use pocketmine\errorhandler\ErrorTypeToStringMap;
use pocketmine\network\mcpe\protocol\ProtocolInfo;
use pocketmine\plugin\PluginBase;
use pocketmine\plugin\PluginManager;

View File

@@ -91,7 +91,6 @@ use function floor;
use function get_class;
use function gettype;
use function is_a;
use function is_array;
use function is_object;
use function lcg_value;
use function max;