diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-08-10 09:30:17 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2018-08-10 09:30:17 +0200 |
commit | 5c70aa2a22108e35840dc2f4b19979570dc18d40 (patch) | |
tree | d8635bd29caa6b8b16cce6a9938d828d308bad9a | |
parent | 1124b87bc0e7606e27c309615bb65d3d73d0a121 (diff) | |
download | nextcloud-server-5c70aa2a22108e35840dc2f4b19979570dc18d40.tar.gz nextcloud-server-5c70aa2a22108e35840dc2f4b19979570dc18d40.zip |
Remove unused import
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r-- | tests/lib/Authentication/TwoFactorAuth/ManagerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |