Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jul 19, 2024
1 parent 401ef3a commit d64c7ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions recipes/bloomberg-business-week.recipe
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import json
import time
from datetime import datetime, timedelta
from datetime import datetime

from calibre.ebooks.BeautifulSoup import BeautifulSoup
from calibre.web.feeds.news import BasicNewsRecipe, classes


# https://www.bloomberg.com/magazine/businessweek/24_12
# Set past_edition to edition id, which is '24_12'.
past_edition = None
Expand Down
2 changes: 1 addition & 1 deletion recipes/eenadu.recipe
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import json
import re
from datetime import date, datetime, timedelta

from urllib.parse import quote

from calibre.utils.date import parse_date
from calibre.web.feeds.news import BasicNewsRecipe, classes

Expand Down
5 changes: 2 additions & 3 deletions recipes/eenadu_ap.recipe
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import json
import re
from datetime import date, datetime, timedelta

from datetime import datetime, timedelta
from urllib.parse import quote

from calibre.utils.date import parse_date
from calibre.web.feeds.news import BasicNewsRecipe, classes

Expand Down

0 comments on commit d64c7ad

Please sign in to comment.