Remove unused use statements
This commit is contained in:
parent
33575a87eb
commit
9ec70df7bc
1 changed files with 0 additions and 2 deletions
2
cutvideo
2
cutvideo
|
@ -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())
|
||||||
|
|
Loading…
Reference in a new issue