From adedc310729f7b1ca182b7b38d7d47550ae3e89d Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 10 Oct 2013 11:07:48 -0400 Subject: Fixed "redefinition of unused 'foo' from line X" pyflakes warnings. --- tests/forms_tests/tests/test_media.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/forms_tests') diff --git a/tests/forms_tests/tests/test_media.py b/tests/forms_tests/tests/test_media.py index c492a1e539..7061759bc3 100644 --- a/tests/forms_tests/tests/test_media.py +++ b/tests/forms_tests/tests/test_media.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -from django.forms import TextInput, Media, TextInput, CharField, Form, MultiWidget +from django.forms import Media, TextInput, CharField, Form, MultiWidget from django.template import Template, Context from django.test import TestCase from django.test.utils import override_settings -- cgit v1.3