aboutsummaryrefslogtreecommitdiff
path: root/tagrss.py
diff options
context:
space:
mode:
Diffstat (limited to 'tagrss.py')
-rw-r--r--tagrss.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tagrss.py b/tagrss.py
index f2a5da0..5785fbb 100644
--- a/tagrss.py
+++ b/tagrss.py
@@ -254,7 +254,6 @@ class SqliteStorageProvider(StorageProvider):
except sqlite3.IntegrityError:
raise FeedSourceAlreadyExistsError
-
def set_feed_title(self, feed_id: FeedId, feed_title: str) -> None:
with self.__get_connection() as conn:
try: