Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacspe committed Nov 24, 2024
1 parent 970831a commit f77fdbb
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
@@ -1,6 +1,6 @@
import datetime
import json
from typing import Iterable, Optional
from typing import Optional

from django.conf import settings
from django.contrib.sites.models import Site
Expand Down

0 comments on commit f77fdbb

Please sign in to comment.