@@ -4,7 +4,6 @@ discard block  | 
                                                    ||
| 4 | 4 | |
| 5 | 5 | namespace PHPChunkit\Command;  | 
                                                        
| 6 | 6 | |
| 7 | -use Closure;  | 
                                                        |
| 8 | 7 | use PHPChunkit\ChunkRunner;  | 
                                                        
| 9 | 8 | use PHPChunkit\ChunkedTests;  | 
                                                        
| 10 | 9 | use PHPChunkit\ChunkRepository;  | 
                                                        
@@ -15,11 +14,9 @@ discard block  | 
                                                    ||
| 15 | 14 | use PHPChunkit\TestRunner;  | 
                                                        
| 16 | 15 | use PHPChunkit\Configuration;  | 
                                                        
| 17 | 16 | use Symfony\Component\Console\Command\Command;  | 
                                                        
| 18 | -use Symfony\Component\Console\Helper\ProgressBar;  | 
                                                        |
| 19 | 17 | use Symfony\Component\Console\Input\InputInterface;  | 
                                                        
| 20 | 18 | use Symfony\Component\Console\Input\InputOption;  | 
                                                        
| 21 | 19 | use Symfony\Component\Console\Output\OutputInterface;  | 
                                                        
| 22 | -use Symfony\Component\Process\Process;  | 
                                                        |
| 23 | 20 | use Symfony\Component\Stopwatch\Stopwatch;  | 
                                                        
| 24 | 21 | |
| 25 | 22 | /**  |