From d3d045dd5c5af5f29268727afe63f3c53d22af6c Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Wed, 14 Feb 2018 16:55:43 +0100 Subject: Remove unused import statements Signed-off-by: Morris Jobke --- core/Command/TwoFactorAuth/Base.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/Command/TwoFactorAuth/Base.php') diff --git a/core/Command/TwoFactorAuth/Base.php b/core/Command/TwoFactorAuth/Base.php index c5340656534..aa4f40fc771 100644 --- a/core/Command/TwoFactorAuth/Base.php +++ b/core/Command/TwoFactorAuth/Base.php @@ -25,7 +25,6 @@ namespace OC\Core\Command\TwoFactorAuth; use OCP\IUserManager; use OCP\IUser; -use Stecman\Component\Symfony\Console\BashCompletion\Completion\CompletionAwareInterface; use Stecman\Component\Symfony\Console\BashCompletion\CompletionContext; class Base extends \OC\Core\Command\Base { -- cgit v1.2.3