@@ -10,7 +10,6 @@ |
||
10 | 10 | use Deployer\Collection\PersistentCollection; |
11 | 11 | use Deployer\Deployer; |
12 | 12 | use Deployer\Exception\GracefulShutdownException; |
13 | -use Deployer\Exception\NonFatalException; |
|
14 | 13 | use Deployer\Task\Context; |
15 | 14 | use Symfony\Component\Console\Input\InputArgument; |
16 | 15 | use Symfony\Component\Console\Input\InputInterface; |
@@ -11,13 +11,11 @@ discard block |
||
11 | 11 | use Deployer\Component\Ssh\Client; |
12 | 12 | use Deployer\Configuration\Configuration; |
13 | 13 | use Deployer\Console\Application; |
14 | -use Deployer\Console\AutocompleteCommand; |
|
15 | 14 | use Deployer\Console\CommandEvent; |
16 | 15 | use Deployer\Console\TreeCommand; |
17 | 16 | use Deployer\Console\DiceCommand; |
18 | 17 | use Deployer\Console\InitCommand; |
19 | 18 | use Deployer\Executor\Status; |
20 | -use Deployer\Console\Output\OutputWatcher; |
|
21 | 19 | use Deployer\Console\RunCommand; |
22 | 20 | use Deployer\Console\SshCommand; |
23 | 21 | use Deployer\Console\TaskCommand; |
@@ -35,7 +33,6 @@ discard block |
||
35 | 33 | use Symfony\Component\Console; |
36 | 34 | use Symfony\Component\Console\Input\ArgvInput; |
37 | 35 | use Symfony\Component\Console\Output\ConsoleOutput; |
38 | -use Symfony\Component\Console\Style\SymfonyStyle; |
|
39 | 36 | |
40 | 37 | /** |
41 | 38 | * Deployer class represents DI container for configuring |
@@ -8,7 +8,6 @@ |
||
8 | 8 | namespace Deployer; |
9 | 9 | |
10 | 10 | use Deployer\Exception\Exception; |
11 | -use Deployer\Exception\RunException; |
|
12 | 11 | use Deployer\Host\FileLoader; |
13 | 12 | use Deployer\Host\Host; |
14 | 13 | use Deployer\Host\Localhost; |