mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 22:14:57 +01:00
Remove unused imports
This commit is contained in:
parent
d350a121d8
commit
535dd78c6f
1 changed files with 0 additions and 7 deletions
|
|
@ -3,15 +3,8 @@
|
||||||
"""
|
"""
|
||||||
from calibre import strftime
|
from calibre import strftime
|
||||||
from calibre.web.feeds.news import BasicNewsRecipe
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
from string import Template
|
|
||||||
import json
|
import json
|
||||||
import operator
|
import operator
|
||||||
import re
|
|
||||||
import tempfile
|
|
||||||
try:
|
|
||||||
from urllib.parse import urlencode
|
|
||||||
except ImportError:
|
|
||||||
from urllib import urlencode
|
|
||||||
try:
|
try:
|
||||||
from urllib.error import HTTPError, URLError
|
from urllib.error import HTTPError, URLError
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue