@@ -7,7 +7,6 @@ |
||
7 | 7 | |
8 | 8 | namespace Deployer\Stage; |
9 | 9 | |
10 | -use Deployer\Collection\Collection; |
|
11 | 10 | use Deployer\Server\Environment; |
12 | 11 | use Deployer\Server\EnvironmentCollection; |
13 | 12 | use Deployer\Server\Local; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Pure\Storage\ArrayStorage; |
16 | 16 | use Pure\Storage\QueueStorage; |
17 | 17 | use React\Socket\ConnectionException; |
18 | -use Symfony\Component\Console\Input\ArrayInput; |
|
19 | 18 | use Symfony\Component\Console\Input\InputDefinition; |
20 | 19 | use Symfony\Component\Process\Process; |
21 | 20 |