flake8 and sort imports

This commit is contained in:
Laura Klünder 2017-05-08 21:55:45 +02:00
parent 963694395e
commit 9a1ce01fdb
7 changed files with 8 additions and 7 deletions

View file

@ -1,11 +1,7 @@
from collections import OrderedDict
from django.db import models
from django.db.models.base import ModelBase
from django.utils.translation import get_language
from c3nav.mapdata.lastupdate import set_last_mapdata_update
FEATURE_TYPES = OrderedDict()