From 2ace19fc54adff8c86cea8fb039dd9a6883c068d Mon Sep 17 00:00:00 2001 From: Faraz Samapoor Date: Mon, 12 Jun 2023 18:27:35 +0330 Subject: Fixes php-cs error. Signed-off-by: Faraz Samapoor --- core/Command/Encryption/MigrateKeyStorage.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/Command/Encryption') diff --git a/core/Command/Encryption/MigrateKeyStorage.php b/core/Command/Encryption/MigrateKeyStorage.php index 0a2a14195f2..2441aa9cc1a 100644 --- a/core/Command/Encryption/MigrateKeyStorage.php +++ b/core/Command/Encryption/MigrateKeyStorage.php @@ -33,7 +33,6 @@ use OCP\IUserManager; use OCP\Security\ICrypto; use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Helper\ProgressBar; -use Symfony\Component\Console\Helper\QuestionHelper; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; -- cgit v1.2.3