From 59d1b578a985486fc0824ca7e3fabb3792272927 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Sat, 29 Dec 2018 13:21:52 -0100 Subject: unused import Signed-off-by: Maxence Lange --- lib/Migration/Version0001Date20181219000002.php | 4 ---- lib/Migration/Version0001Date20181219000004.php | 2 -- 2 files changed, 6 deletions(-) diff --git a/lib/Migration/Version0001Date20181219000002.php b/lib/Migration/Version0001Date20181219000002.php index 182a12cd..949c5171 100644 --- a/lib/Migration/Version0001Date20181219000002.php +++ b/lib/Migration/Version0001Date20181219000002.php @@ -32,12 +32,8 @@ namespace OCA\Social\Migration; use Closure; -use Doctrine\DBAL\DBALException; use Doctrine\DBAL\Schema\SchemaException; -use Doctrine\DBAL\Types\Type; -use OCA\Social\Db\CoreRequestBuilder; use OCP\DB\ISchemaWrapper; -use OCP\IDBConnection; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; diff --git a/lib/Migration/Version0001Date20181219000004.php b/lib/Migration/Version0001Date20181219000004.php index 5af222a6..6d68343f 100644 --- a/lib/Migration/Version0001Date20181219000004.php +++ b/lib/Migration/Version0001Date20181219000004.php @@ -34,9 +34,7 @@ namespace OCA\Social\Migration; use Closure; use Doctrine\DBAL\DBALException; use Doctrine\DBAL\Schema\SchemaException; -use Doctrine\DBAL\Types\Type; use OCP\DB\ISchemaWrapper; -use OCP\IDBConnection; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; -- cgit v1.2.3