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))