Merge pull request #35383 from nextcloud/fix/php-lint

Fix PHP lint CI failure
pull/35399/head
Joas Schilling 2022-11-24 06:51:59 +07:00 committed by GitHub
commit b414f5ed86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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