]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix PHP lint CI failure 35383/head
authorChristopher Ng <chrng8@gmail.com>
Thu, 24 Nov 2022 01:09:19 +0000 (01:09 +0000)
committerChristopher Ng <chrng8@gmail.com>
Thu, 24 Nov 2022 01:09:19 +0000 (01:09 +0000)
Signed-off-by: Christopher Ng <chrng8@gmail.com>
lib/private/Repair/NC25/AddMissingSecretJob.php

index 0aca640a943591a4956a348359292483d051b702..1194fe3f6ab2eea01c072f7c8963cb59942e25bf 100644 (file)
@@ -22,7 +22,6 @@ declare(strict_types=1);
  */
 namespace OC\Repair\NC25;
 
-use OC\Authentication\Token\TokenCleanupJob;
 use OCP\HintException;
 use OCP\IConfig;
 use OCP\Migration\IOutput;