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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user