Skip to content

Commit

Permalink
Merge pull request #184 from geotribu/refacto/remove-unused-classes
Browse files Browse the repository at this point in the history
refacto(rss): remove unused rss reader subclasses
  • Loading branch information
Guts authored Jul 25, 2024
2 parents 4a2f5e7 + 8d96004 commit b2f2ce8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions qtribu/logic/rss_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,17 +223,3 @@ def tr(self, message: str) -> str:
:rtype: str
"""
return QCoreApplication.translate(self.__class__.__name__, message)


class RssArticlesMiniReader(RssMiniReader):
PATTERN_INCLUDE: list = ["articles/"]

def __init__(self):
super().__init__()


class RssRdpMiniReader(RssMiniReader):
PATTERN_INCLUDE: list = ["rdp/"]

def __init__(self):
super().__init__()

0 comments on commit b2f2ce8

Please sign in to comment.