linter stuff

This commit is contained in:
Laura Klünder 2023-12-11 18:48:40 +01:00
parent 11a631136b
commit c3ce665562
4 changed files with 5 additions and 4 deletions

View file

@ -13,7 +13,8 @@ from django.db.models import Q
from django.forms import (BooleanField, CharField, ChoiceField, DecimalField, Form, JSONField, ModelChoiceField,
ModelForm, MultipleChoiceField, Select, ValidationError)
from django.forms.widgets import HiddenInput
from django.utils.translation import gettext_lazy as _, get_language
from django.utils.translation import get_language
from django.utils.translation import gettext_lazy as _
from shapely.geometry.geo import mapping
from c3nav.editor.models import ChangeSet, ChangeSetUpdate