From 7ee4e308d511ef9092c125b9a6ce8c2a9f5e1c50 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 21 Feb 2024 00:11:22 +0000 Subject: [PATCH] Remove unused import --- versa | 1 - 1 file changed, 1 deletion(-) diff --git a/versa b/versa index eb327f1..4eceed9 100755 --- a/versa +++ b/versa @@ -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();