Remove unused import

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/32576/head
Joas Schilling 2022-06-08 15:29:32 +07:00
parent 159272bb93
commit bd3c1fdf74
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with 0 additions and 1 deletions

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