@@ -14,7 +14,6 @@ |
||
14 | 14 | |
15 | 15 | use EoC\Adapter\CurlAdapter; |
16 | 16 | use EoC\Couch; |
17 | - |
|
18 | 17 | use Symfony\Component\Console\Command\Command; |
19 | 18 | |
20 | 19 |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use Symfony\Component\Console\Input\InputOption; |
16 | 16 | use Symfony\Component\Console\Input\InputInterface; |
17 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
18 | - |
|
19 | 18 | use EoC\Opt\ViewQueryOpts; |
20 | 19 | |
21 | 20 |
@@ -58,7 +58,7 @@ |
||
58 | 58 | %i - the argument is treated as an integer. |
59 | 59 | %f - the argument is treated as a float. |
60 | 60 | DESC |
61 | - ); |
|
61 | + ); |
|
62 | 62 | |
63 | 63 | // General options. |
64 | 64 | $this->addOption("key", |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Symfony\Component\Console\Input\InputInterface; |
17 | 17 | use Symfony\Component\Console\Output\OutputInterface; |
18 | 18 | use Symfony\Component\Console\Question\Question; |
19 | - |
|
20 | 19 | use EoC\Couch; |
21 | 20 | use EoC\Adapter; |
22 | 21 |