flake8 and sort imports
This commit is contained in:
parent
963694395e
commit
9a1ce01fdb
7 changed files with 8 additions and 7 deletions
|
@ -5,7 +5,7 @@ from django.core.validators import RegexValidator
|
|||
from django.db import models
|
||||
from django.utils.translation import ugettext_lazy as _
|
||||
from shapely import validation
|
||||
from shapely.geometry import mapping, shape, Polygon, LineString
|
||||
from shapely.geometry import LineString, Polygon, mapping, shape
|
||||
from shapely.geometry.base import BaseGeometry
|
||||
|
||||
from c3nav.mapdata.utils.geometry import clean_geometry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue