Optimize imports

This commit is contained in:
Eric Lippmann 2019-07-11 11:54:52 +02:00
parent 6fa5af4de1
commit 98b8631db3
1 changed files with 3 additions and 5 deletions

View File

@ -3,14 +3,12 @@
namespace Icinga\Cli;
use Icinga\Application\ApplicationBootstrap as App;
use Icinga\Application\Config;
use Icinga\Application\Logger;
use Icinga\Cli\Screen;
use Icinga\Exception\IcingaException;
use Icinga\Exception\NotReadableError;
use Icinga\Util\Translator;
use Icinga\Cli\Params;
use Icinga\Application\Config;
use Icinga\Application\ApplicationBootstrap as App;
use Icinga\Exception\IcingaException;
abstract class Command
{