diff --git a/cutvideo b/cutvideo index a3d4ed9..09a629b 100755 --- a/cutvideo +++ b/cutvideo @@ -4,9 +4,7 @@ require __DIR__.'/vendor/autoload.php'; use DanielSiepmann\Videcutting\Command; use Symfony\Component\Console\Input\InputArgument; -use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; -use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\SingleCommandApplication; (new SingleCommandApplication())