Appeased flake8.

This commit is contained in:
Aymeric Augustin 2014-05-08 21:49:54 +02:00
parent fc32e9c0d9
commit b1432bfc22
4 changed files with 10 additions and 6 deletions

View file

@ -3,7 +3,6 @@ import warnings
from django.db import models
from django.test import TestCase, override_settings
from django.utils import six
from django.core.files.storage import FileSystemStorage
class FieldDeconstructionTests(TestCase):