From fee97f9ecef62214efea8d5b3e90d9a0bf7fb405 Mon Sep 17 00:00:00 2001 From: Andrea Callia D'Iddio <ac4014@ic.ac.uk> Date: Tue, 28 Feb 2023 22:53:02 +0000 Subject: [PATCH] Fix: remove unused constant. --- app/constants.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/constants.py b/app/constants.py index 4c37a3f..511428b 100644 --- a/app/constants.py +++ b/app/constants.py @@ -1,4 +1,2 @@ -from datetime import datetime - STUDENT = "student" STAFF = "staff" -- GitLab