@@ -15,7 +15,6 @@ |
||
15 | 15 | use Symfony\Component\Console\Input\InputInterface; |
16 | 16 | use Symfony\Component\Console\Output\OutputInterface; |
17 | 17 | use Symfony\Component\Console\Style\SymfonyStyle; |
18 | -use Symfony\Component\Console\Terminal; |
|
19 | 18 | |
20 | 19 | /** |
21 | 20 | * @internal |
@@ -2,10 +2,7 @@ |
||
2 | 2 | |
3 | 3 | namespace Liip\ImagineBundle\Command; |
4 | 4 | |
5 | -use Liip\ImagineBundle\Imagine\Cache\CacheManager; |
|
6 | 5 | use Liip\ImagineBundle\Imagine\Cache\CacheWarmer; |
7 | -use Liip\ImagineBundle\Imagine\Data\DataManager; |
|
8 | -use Liip\ImagineBundle\Imagine\Filter\FilterManager; |
|
9 | 6 | use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; |
10 | 7 | use Symfony\Component\Console\Input\InputArgument; |
11 | 8 | use Symfony\Component\Console\Input\InputInterface; |