Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Suvid-Singhal committed Jan 23, 2025
1 parent 67d1f6e commit 819800b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listenbrainz/db/user_timeline_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))
raise DatabaseException(str(e))

0 comments on commit 819800b

Please sign in to comment.