chore: lint python imports

This commit is contained in:
David Larlet 2024-12-23 13:16:11 -05:00
parent dc85b2461f
commit 76cad4a24b
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -6,6 +6,7 @@ from django.http import HttpResponseForbidden
from django.shortcuts import get_object_or_404
from django.urls import reverse_lazy
from django.utils.translation import gettext as _
from .models import Map, Team
from .views import simple_json_response