From 3d3d52ce4ea8d23554a5e4b3e5dbc98c9ba9ab15 Mon Sep 17 00:00:00 2001 From: anandmatt Date: Mon, 4 Dec 2023 21:44:08 +0100 Subject: [PATCH] add newline at end of file --- src/involvement/forms/appointment_form.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/involvement/forms/appointment_form.py b/src/involvement/forms/appointment_form.py index cc0d6bcd..169afc31 100644 --- a/src/involvement/forms/appointment_form.py +++ b/src/involvement/forms/appointment_form.py @@ -100,4 +100,5 @@ def save(self): if not created: appl.status = 'appointed' appl.save() - cron.remove_old_applications() \ No newline at end of file + cron.remove_old_applications() +