diff options
author | Daniel Rudolf <github.com@daniel-rudolf.de> | 2021-06-30 16:48:22 +0200 |
---|---|---|
committer | Daniel Rudolf <github.com@daniel-rudolf.de> | 2021-06-30 16:48:22 +0200 |
commit | 0df68f069705f150892ea5538a23e8e1f64460cc (patch) | |
tree | 3a79c203d88d026fec81c42ce24c85b8b20ca8ec /tests/Core/Controller | |
parent | 12059eb65b5f72974aab05f81ded890ebd73daab (diff) | |
download | nextcloud-server-0df68f069705f150892ea5538a23e8e1f64460cc.tar.gz nextcloud-server-0df68f069705f150892ea5538a23e8e1f64460cc.zip |
Remove unused imports
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
Diffstat (limited to 'tests/Core/Controller')
-rw-r--r-- | tests/Core/Controller/TwoFactorChallengeControllerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Core/Controller/TwoFactorChallengeControllerTest.php b/tests/Core/Controller/TwoFactorChallengeControllerTest.php index f3e4ec5628e..20ddfa5075b 100644 --- a/tests/Core/Controller/TwoFactorChallengeControllerTest.php +++ b/tests/Core/Controller/TwoFactorChallengeControllerTest.php @@ -25,7 +25,6 @@ namespace Test\Core\Controller; use OC\Authentication\TwoFactorAuth\Manager; use OC\Authentication\TwoFactorAuth\ProviderSet; use OC\Core\Controller\TwoFactorChallengeController; -use OC_Util; use OCP\AppFramework\Http\RedirectResponse; use OCP\AppFramework\Http\RedirectToDefaultAppResponse; use OCP\AppFramework\Http\StandaloneTemplateResponse; |