Skip to content

Commit

Permalink
Remove unused imports [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ping committed Jun 19, 2023
1 parent 7204f0a commit a2bfffb
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions recipes/aeon.recipe.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
import os
import sys
from datetime import datetime, timezone
Expand All @@ -7,7 +6,6 @@
sys.path.append(os.environ["recipes_includes"])
from recipes_shared import BasicNewsrackRecipe, format_title, get_date_format

from calibre.web.feeds import Feed
from calibre.web.feeds.news import BasicNewsRecipe, prefixed_classes
from calibre.ebooks.BeautifulSoup import BeautifulSoup

Expand Down
1 change: 0 additions & 1 deletion recipes/fivebooks.recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""
fivebooks.com
"""
import json
import os
import re
import sys
Expand Down
1 change: 0 additions & 1 deletion recipes/ft-paper.recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""
# Original from https://github.com/kovidgoyal/calibre/blob/902e80ec173bc40037efb164031043994044ec6c/recipes/financial_times_print_edition.recipe

import json
import os
import re
import sys
Expand Down
1 change: 0 additions & 1 deletion recipes/ft.recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""
ft.com
"""
import json
import os
import re
import sys
Expand Down
1 change: 0 additions & 1 deletion recipes/london-review.recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# License: GPLv3 Copyright: 2019, Kovid Goyal <kovid at kovidgoyal.net>
# Original at: https://github.com/kovidgoyal/calibre/blob/640ca33197ea2c7772278183b3f77701009bb733/recipes/lrb.recipe

import json
import os
import sys
from datetime import datetime, timezone
Expand Down
1 change: 0 additions & 1 deletion recipes/smithsonian-magazine.recipe.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import json
import os
import sys
from urllib.parse import urljoin, urlparse
Expand Down
1 change: 0 additions & 1 deletion recipes/sydney-morning-herald.recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
__license__ = "GPL v3"
__copyright__ = "2010-2011, Darko Miletic <darko.miletic at gmail.com>"

import json
import os
import sys

Expand Down

0 comments on commit a2bfffb

Please sign in to comment.