remove superfluous use statement

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2022-11-24 09:34:31 +01:00
parent c050ca9db4
commit 471369ca2b
No known key found for this signature in database
GPG key ID: 7424F1874854DF23

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