Skip to content

Commit

Permalink
minor: add missing import for F()
Browse files Browse the repository at this point in the history
  • Loading branch information
carmichaelong committed Sep 20, 2024
1 parent 686ce39 commit cbf8b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mcserver/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
from django.utils.translation import gettext as _
from django.http import FileResponse
from django.db.models import Count
from django.db.models import F
from django.views.decorators.csrf import csrf_exempt
from django.conf import settings
from django.core.mail import EmailMessage
Expand Down

0 comments on commit cbf8b03

Please sign in to comment.