From 819800b71ba921dfd7a1734f943ed4bb097a7802 Mon Sep 17 00:00:00 2001 From: Suvid Singhal Date: Thu, 23 Jan 2025 22:31:57 +0530 Subject: [PATCH] lint --- listenbrainz/db/user_timeline_event.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listenbrainz/db/user_timeline_event.py b/listenbrainz/db/user_timeline_event.py index 4301971d66..aa884b691c 100644 --- a/listenbrainz/db/user_timeline_event.py +++ b/listenbrainz/db/user_timeline_event.py @@ -396,4 +396,4 @@ def unhide_timeline_event(db_conn, user: int, event_type: UserTimelineEventType, db_conn.commit() return result.rowcount == 1 except Exception as e: - raise DatabaseException(str(e)) \ No newline at end of file + raise DatabaseException(str(e))