Remove unused imports

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/30016/head
Joas Schilling 2021-12-02 14:51:44 +07:00
parent 617528312a
commit 6d33d75be1
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 0 additions and 2 deletions

@ -26,11 +26,9 @@ use OCP\IRequest;
use OCP\ISession;
use OCP\IUser;
use OCP\Lockdown\ILockdownManager;
use OCP\Security\ICrypto;
use OCP\Security\ISecureRandom;
use OCP\User\Events\PostLoginEvent;
use PHPUnit\Framework\MockObject\MockObject;
use Psr\Log\LoggerInterface;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
/**