Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2017-05-28 01:16:01 +02:00
parent 6bc6fb1f60
commit 5d3deafd3e
4 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,6 @@ namespace Wallabag\ImportBundle\Import;
use GuzzleHttp\Client;
use GuzzleHttp\Exception\RequestException;
use Wallabag\CoreBundle\Entity\Entry;
use Wallabag\CoreBundle\Helper\ContentProxy;
class PocketImport extends AbstractImport
{