flake8 and isort
This commit is contained in:
parent
89ab60b395
commit
dbd589e502
6 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
from .level import Level # noqa
|
||||
from .source import Source # noqa
|
||||
from .geometry import LevelFeature # noqa
|
||||
from c3nav.mapdata.models.base import GEOMETRY_FEATURE_TYPES
|
||||
from c3nav.mapdata.models.base import GEOMETRY_FEATURE_TYPES # noqa
|
||||
from .locations import AreaLocation, LocationGroup # noqa
|
||||
|
|
|
@ -2,9 +2,8 @@ from collections import OrderedDict
|
|||
|
||||
from django.db import models
|
||||
from django.db.models.base import ModelBase
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from django.utils.translation import get_language
|
||||
from shapely.geometry import mapping, Point
|
||||
from shapely.geometry import Point, mapping
|
||||
|
||||
from c3nav.mapdata.fields import GeometryField
|
||||
from c3nav.mapdata.lastupdate import set_last_mapdata_update
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
from collections import OrderedDict
|
||||
|
||||
from django.db import models
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from shapely.geometry import CAP_STYLE, JOIN_STYLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue