mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: lint python imports
This commit is contained in:
parent
dc85b2461f
commit
76cad4a24b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue