aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2023-08-02 23:13:48 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2023-08-02 23:13:48 +0000
commitc658002cad0c9b60b28dff8095a6682a43cd10d1 (patch)
treeaab02db0b14b2e851738611026409ef17e0cda0f
parentf064e8ffefc841b6dfffdb17f3f407e7558ef8b9 (diff)
downloadtagrss-c658002cad0c9b60b28dff8095a6682a43cd10d1.tar
tagrss-c658002cad0c9b60b28dff8095a6682a43cd10d1.tar.gz
tagrss-c658002cad0c9b60b28dff8095a6682a43cd10d1.zip
Format code
-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: