Merge pull request #3809 from nextcloud/bugfix/cs-fix

Fix php-cs-fixer failure
This commit is contained in:
Julius Härtl
2022-05-11 23:40:50 +02:00
committed by GitHub

View File

@@ -36,8 +36,6 @@ use OCA\Deck\NoPermissionException;
use OCA\Deck\NotFoundException;
use OCP\AppFramework\Http\Response;
use OCP\AppFramework\IAppContainer;
use OCP\ICache;
use OCP\ICacheFactory;
use OCP\IL10N;
use PHPUnit\Framework\MockObject\MockObject;
use Test\TestCase;