linter stuff
This commit is contained in:
parent
11a631136b
commit
c3ce665562
4 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue