@@ -14,7 +14,6 @@ |
||
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Workflow\Composer; |
16 | 16 | use Netresearch\Kite\Service\Composer\Package; |
17 | -use Netresearch\Kite\Task; |
|
18 | 17 | use Netresearch\Kite\Workflow; |
19 | 18 | |
20 | 19 |
@@ -14,10 +14,7 @@ |
||
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Workflow; |
16 | 16 | use Netresearch\Kite\Task; |
17 | - |
|
18 | 17 | use Netresearch\Kite\Workflow; |
19 | -use Netresearch\Kite\Exception; |
|
20 | - |
|
21 | 18 | use Symfony\Component\Console\Input\InputOption; |
22 | 19 | |
23 | 20 | /** |
@@ -13,12 +13,9 @@ |
||
13 | 13 | */ |
14 | 14 | |
15 | 15 | namespace Netresearch\Kite\Workflow; |
16 | -use Netresearch\Kite\Service\Factory; |
|
17 | 16 | use Netresearch\Kite\Task; |
18 | - |
|
19 | 17 | use Netresearch\Kite\Workflow; |
20 | 18 | use Netresearch\Kite\Exception; |
21 | - |
|
22 | 19 | use Symfony\Component\Console\Output\OutputInterface; |
23 | 20 | |
24 | 21 | /** |