Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
vikibrezinova committed Apr 13, 2024
1 parent c976faa commit bab032d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion competition/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bab032d

Please sign in to comment.