summaryrefslogtreecommitdiff
path: root/tests/field_deconstruction
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-05-08 21:49:54 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-05-08 21:49:54 +0200
commitb1432bfc22bf0cac25c4b0c8d52456cb8b5804e8 (patch)
treee972481a81f8b44d3b74478e714ae769b5646b5e /tests/field_deconstruction
parentfc32e9c0d92c51cedf7d686ce84ec52ed0d12a86 (diff)
downloaddjango-b1432bfc22bf0cac25c4b0c8d52456cb8b5804e8.tar.gz
Appeased flake8.
Diffstat (limited to 'tests/field_deconstruction')
-rw-r--r--tests/field_deconstruction/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/field_deconstruction/tests.py b/tests/field_deconstruction/tests.py
index 0cf015ef06..0e75388747 100644
--- a/tests/field_deconstruction/tests.py
+++ b/tests/field_deconstruction/tests.py
@@ -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):