@@ -33,7 +33,6 @@ |
||
| 33 | 33 | use Symfony\Component\Console; |
| 34 | 34 | use Symfony\Component\Console\Input\ArgvInput; |
| 35 | 35 | use Symfony\Component\Console\Output\ConsoleOutput; |
| 36 | -use Whoops; |
|
| 37 | 36 | |
| 38 | 37 | /** |
| 39 | 38 | * Deployer class represents DI container for configuring |
@@ -15,7 +15,6 @@ |
||
| 15 | 15 | use Deployer\Exception\GracefulShutdownException; |
| 16 | 16 | use Deployer\Host\Host; |
| 17 | 17 | use Deployer\Host\Localhost; |
| 18 | -use Deployer\Host\Storage; |
|
| 19 | 18 | use Deployer\Component\Ssh\Client; |
| 20 | 19 | use Deployer\Task\Context; |
| 21 | 20 | use Deployer\Task\Task; |