Remove unused import

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2018-10-04 14:23:45 +02:00
parent 0721627943
commit 4c4f50ee2d
No known key found for this signature in database
GPG Key ID: 36E3664E099D0614
1 changed files with 0 additions and 2 deletions

View File

@ -22,8 +22,6 @@ declare(strict_types=1);
namespace OCA\WorkflowEngine\Check;
use OCP\Files\IMimeTypeDetector;
use OCP\Files\Storage\IStorage;
use OCP\IL10N;
use OCP\IRequest;