diff --git a/files/helpers/actions.py b/files/helpers/actions.py index 6eb4313c3..36f898e8a 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -309,4 +309,4 @@ def execute_basedbot(c, level, body, parent_submission, parent_post, v): g.db.flush() n = Notification(comment_id=c_based.id, user_id=v.id) - g.db.add(n) \ No newline at end of file + g.db.add(n)