Imports cleanup

This commit is contained in:
Dylan K. Taylor 2020-11-12 17:11:34 +00:00
parent c4d35d52e8
commit 5efd0eba13
3 changed files with 1 additions and 4 deletions

View File

@ -26,13 +26,11 @@ namespace pocketmine {
use pocketmine\errorhandler\ErrorToExceptionHandler;
use pocketmine\thread\ThreadManager;
use pocketmine\utils\Filesystem;
use pocketmine\utils\Git;
use pocketmine\utils\MainLogger;
use pocketmine\utils\Process;
use pocketmine\utils\ServerKiller;
use pocketmine\utils\Terminal;
use pocketmine\utils\Timezone;
use pocketmine\utils\VersionString;
use pocketmine\wizard\SetupWizard;
require_once __DIR__ . '/VersionInfo.php';

View File

@ -68,8 +68,8 @@ use pocketmine\player\OfflinePlayer;
use pocketmine\player\Player;
use pocketmine\plugin\PharPluginLoader;
use pocketmine\plugin\Plugin;
use pocketmine\plugin\PluginGraylist;
use pocketmine\plugin\PluginEnableOrder;
use pocketmine\plugin\PluginGraylist;
use pocketmine\plugin\PluginManager;
use pocketmine\plugin\PluginOwned;
use pocketmine\plugin\ScriptPluginLoader;

View File

@ -111,7 +111,6 @@ use pocketmine\world\sound\EntityAttackSound;
use pocketmine\world\sound\FireExtinguishSound;
use pocketmine\world\World;
use function abs;
use function array_key_exists;
use function assert;
use function count;
use function explode;