Removed import * in tests.
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
This commit is contained in:
@@ -12,7 +12,9 @@ from django.test import TestCase
|
||||
from django.test.utils import override_settings
|
||||
from django.utils._os import upath
|
||||
|
||||
from django.contrib.formtools.tests.forms import *
|
||||
from django.contrib.formtools.tests.forms import (
|
||||
HashTestBlankForm, HashTestForm, TestForm,
|
||||
)
|
||||
|
||||
success_string = "Done was called!"
|
||||
success_string_encoded = success_string.encode()
|
||||
|
||||
Reference in New Issue
Block a user