From 5c70aa2a22108e35840dc2f4b19979570dc18d40 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 10 Aug 2018 09:30:17 +0200 Subject: Remove unused import Signed-off-by: Christoph Wurst --- tests/lib/Authentication/TwoFactorAuth/ManagerTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/Authentication/TwoFactorAuth/ManagerTest.php b/tests/lib/Authentication/TwoFactorAuth/ManagerTest.php index 3d238fbad3f..1d7c147d9ce 100644 --- a/tests/lib/Authentication/TwoFactorAuth/ManagerTest.php +++ b/tests/lib/Authentication/TwoFactorAuth/ManagerTest.php @@ -27,7 +27,6 @@ use OC; use OC\Authentication\Token\IProvider as TokenProvider; use OC\Authentication\TwoFactorAuth\Manager; use OC\Authentication\TwoFactorAuth\ProviderLoader; -use OCA\TwoFactorBackupCodes\Provider\BackupCodesProvider; use OCP\Activity\IEvent; use OCP\Activity\IManager; use OCP\AppFramework\Utility\ITimeFactory; -- cgit v1.2.3