1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed import * in tests.

Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
This commit is contained in:
Tim Graham
2013-10-22 08:28:34 -04:00
parent 2110b31365
commit 8e2029f8dd
16 changed files with 76 additions and 16 deletions

View File

@@ -4,4 +4,4 @@ warnings.warn(
"The django.forms.util module has been renamed. "
"Use django.forms.utils instead.", PendingDeprecationWarning)
from django.forms.utils import *
from django.forms.utils import * # NOQA