From a9064e78288a1067e0bffc703cda5a12896d82ed Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sun, 9 Oct 2022 06:52:41 -0700 Subject: [PATCH] newline at eof --- files/helpers/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)