Remove unused imports

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
pull/27733/head
Daniel Rudolf 5 years ago
parent 12059eb65b
commit 0df68f0697
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 1
      lib/private/legacy/OC_Util.php
  2. 1
      tests/Core/Controller/TwoFactorChallengeControllerTest.php

@ -71,7 +71,6 @@ use OCP\IConfig;
use OCP\IGroupManager;
use OCP\ILogger;
use OCP\IUser;
use OCP\IUserSession;
use OCP\Share\IManager;
use Psr\Log\LoggerInterface;

@ -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;

Loading…
Cancel
Save