From bab032dd911beb6afed45dfc18276a75d0b406eb Mon Sep 17 00:00:00 2001 From: vikibrezinova Date: Sat, 13 Apr 2024 13:28:23 +0200 Subject: [PATCH] remove unused import --- competition/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/competition/models.py b/competition/models.py index 2975daf..9151278 100644 --- a/competition/models.py +++ b/competition/models.py @@ -20,7 +20,7 @@ from competition.exceptions import FreezingNotClosedResults from competition.querysets import ActiveQuerySet from competition.utils.school_year_manipulation import ( - get_school_year_end_by_date, get_school_year_start_by_date) + get_school_year_end_by_date) from personal.models import Profile, School from user.models import User