flake8 and isort

This commit is contained in:
Laura Klünder 2017-05-05 16:37:03 +02:00
parent 89ab60b395
commit dbd589e502
6 changed files with 8 additions and 8 deletions

View file

@ -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