Remove unused use statements

This commit is contained in:
Daniel Siepmann 2020-10-05 10:42:16 +02:00
parent 33575a87eb
commit 9ec70df7bc
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -4,9 +4,7 @@ require __DIR__.'/vendor/autoload.php';
use DanielSiepmann\Videcutting\Command; use DanielSiepmann\Videcutting\Command;
use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\SingleCommandApplication; use Symfony\Component\Console\SingleCommandApplication;
(new SingleCommandApplication()) (new SingleCommandApplication())