Remove unused import

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-06-08 15:29:32 +02:00
parent 159272bb93
commit bd3c1fdf74
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -23,7 +23,6 @@ declare(strict_types=1);
namespace OCA\DAV\BackgroundJob;
use DateTime;
use OCA\DAV\CalDAV\Schedule\Plugin;
use OCP\AppFramework\Utility\ITimeFactory;
use OCP\BackgroundJob\IJobList;