Remove unused import

This commit is contained in:
Oliver Davies 2024-02-21 00:11:22 +00:00
parent 48540cdab1
commit 7ee4e308d5

1
versa
View file

@ -9,7 +9,6 @@ use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\SingleCommandApplication;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\Process\Process as SymfonyProcess;
$application = new SingleCommandApplication();