diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-02 07:26:14 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-02 07:26:14 +0100 |
commit | e46fdf3096d55028611713b7a196401aa57d864b (patch) | |
tree | 3295435e539fb3bec2a2c0db8c302d22090b2397 /src | |
parent | 1f66d79e6b5f54375e63799f10d0773203fe12f9 (diff) | |
download | wallabag-e46fdf3096d55028611713b7a196401aa57d864b.tar.gz wallabag-e46fdf3096d55028611713b7a196401aa57d864b.tar.zst wallabag-e46fdf3096d55028611713b7a196401aa57d864b.zip |
CS
Diffstat (limited to 'src')
-rw-r--r-- | src/Wallabag/ImportBundle/Import/PocketImport.php | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
2 | 2 | ||
3 | namespace Wallabag\ImportBundle\Import; | 3 | namespace Wallabag\ImportBundle\Import; |
4 | 4 | ||
5 | use Psr\Log\NullLogger; | ||
6 | use Doctrine\ORM\EntityManager; | ||
7 | use GuzzleHttp\Client; | 5 | use GuzzleHttp\Client; |
8 | use GuzzleHttp\Exception\RequestException; | 6 | use GuzzleHttp\Exception\RequestException; |
9 | use Wallabag\CoreBundle\Entity\Entry; | 7 | use Wallabag\CoreBundle\Entity\Entry; |