From 535dd78c6f3e7860f82458e6f0adf98feb70db0c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 16 Dec 2021 21:36:03 +0530 Subject: [PATCH] Remove unused imports --- recipes/readitlater.recipe | 7 ------- 1 file changed, 7 deletions(-) diff --git a/recipes/readitlater.recipe b/recipes/readitlater.recipe index 82ebc0a9de..d8b291e243 100644 --- a/recipes/readitlater.recipe +++ b/recipes/readitlater.recipe @@ -3,15 +3,8 @@ Pocket Calibre Recipe v1.5 """ from calibre import strftime from calibre.web.feeds.news import BasicNewsRecipe -from string import Template import json import operator -import re -import tempfile -try: - from urllib.parse import urlencode -except ImportError: - from urllib import urlencode try: from urllib.error import HTTPError, URLError except ImportError: