Remove unused import Punic\Data

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2019-10-26 16:39:05 +02:00
parent 459e71638d
commit a20546bb5c
No known key found for this signature in database
GPG key ID: 36E3664E099D0614

View file

@ -39,7 +39,6 @@ use OCP\Share\Exceptions\ShareNotFound;
use OCP\Share\IManager;
use OCP\Share\IShare;
use PHPUnit\Framework\MockObject\MockObject;
use Punic\Data;
use Test\TestCase;
class PublicPreviewControllerTest extends TestCase {