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 Aug 16, 2023
1 parent 4a7e2fc commit e76f7a1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/nine-dashline.recipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
fivebooks.com
"""
import os
import re
import sys
from datetime import datetime, timedelta, timezone
from urllib.parse import urljoin
Expand All @@ -16,7 +15,6 @@
sys.path.append(os.environ["recipes_includes"])
from recipes_shared import BasicNewsrackRecipe, format_title

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

_name = "9DASHLINE"
Expand Down

0 comments on commit e76f7a1

Please sign in to comment.