]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 2 Nov 2016 06:26:14 +0000 (07:26 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 2 Nov 2016 06:26:14 +0000 (07:26 +0100)
src/Wallabag/ImportBundle/Import/PocketImport.php

index 0c26aced40db8ad99b09ba11424870508d32a5fc..330934809c5ab164853d98ecf6803035cfc40ab1 100644 (file)
@@ -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;