summaryrefslogtreecommitdiffstats
path: root/core/Command/TwoFactorAuth/Base.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-14 16:55:43 +0100
committerMorris Jobke <hey@morrisjobke.de>2018-02-14 16:55:43 +0100
commitd3d045dd5c5af5f29268727afe63f3c53d22af6c (patch)
treed9d972a389eab29dcf97e3e30d0fb292f2da5f03 /core/Command/TwoFactorAuth/Base.php
parent3fc6d6234e39914d8e6e7d4b9ffe0b5420d3aa2d (diff)
downloadnextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.tar.gz
nextcloud-server-d3d045dd5c5af5f29268727afe63f3c53d22af6c.zip
Remove unused import statements
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/Command/TwoFactorAuth/Base.php')
-rw-r--r--core/Command/TwoFactorAuth/Base.php1
1 files changed, 0 insertions, 1 deletions
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 {