diff --git a/telephony/podcast/rss_downloader.py b/telephony/podcast/rss_downloader.py index 562dcff..05995c0 100644 --- a/telephony/podcast/rss_downloader.py +++ b/telephony/podcast/rss_downloader.py @@ -10,7 +10,6 @@ from sqlalchemy.orm import sessionmaker import re - class RSSDownloader: def __init__(self, podcast_id, logger, engine):