Skip to content

Commit

Permalink
Remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
Didayolo committed Jun 13, 2024
1 parent b64b6fa commit 8cb32bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/pages/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.views.generic import TemplateView
from django.db.models import Count, Q

from competitions.models import Competition, Submission, CompetitionParticipant
from competitions.models import Competition, Submission
from profiles.models import User
from announcements.models import Announcement, NewsPost

Expand Down

0 comments on commit 8cb32bd

Please sign in to comment.