Flake8 corrections

This commit is contained in:
Shai Berger 2014-03-12 20:34:05 +02:00
parent d181384e5f
commit fc79c3fb3d
3 changed files with 4 additions and 5 deletions

View file

@ -3,7 +3,6 @@ from __future__ import unicode_literals
from django.core.checks import Error
from django.db import models
from django.db.models.fields import FieldDoesNotExist
from django.test.utils import override_settings
from django.test.testcases import skipIfDBFeature