From: Jeremy Benoist Date: Wed, 2 Nov 2016 06:26:14 +0000 (+0100) Subject: CS X-Git-Tag: 2.2.0~3^2~79^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e46fdf3096d55028611713b7a196401aa57d864b;p=github%2Fwallabag%2Fwallabag.git CS --- diff --git a/src/Wallabag/ImportBundle/Import/PocketImport.php b/src/Wallabag/ImportBundle/Import/PocketImport.php index 0c26aced..33093480 100644 --- a/src/Wallabag/ImportBundle/Import/PocketImport.php +++ b/src/Wallabag/ImportBundle/Import/PocketImport.php @@ -2,8 +2,6 @@ namespace Wallabag\ImportBundle\Import; -use Psr\Log\NullLogger; -use Doctrine\ORM\EntityManager; use GuzzleHttp\Client; use GuzzleHttp\Exception\RequestException; use Wallabag\CoreBundle\Entity\Entry;