From 7f39e314c2165d2eee3e23b9b81ce95a420bded4 Mon Sep 17 00:00:00 2001 From: tuutti Date: Mon, 28 Oct 2024 10:22:46 +0200 Subject: [PATCH] UHF-10891: phpcs fixes --- src/Drush/Commands/TransliterateFilesCommands.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Drush/Commands/TransliterateFilesCommands.php b/src/Drush/Commands/TransliterateFilesCommands.php index ae3907b..2ac0a9f 100644 --- a/src/Drush/Commands/TransliterateFilesCommands.php +++ b/src/Drush/Commands/TransliterateFilesCommands.php @@ -19,7 +19,6 @@ use Drush\Commands\DrushCommands; use GuzzleHttp\ClientInterface; use GuzzleHttp\Exception\ClientException; -use Symfony\Component\Console\Style\SymfonyStyle; use Symfony\Contracts\EventDispatcher\EventDispatcherInterface; /**