Kaydet (Commit) fa14fb97 authored tarafından Tim Graham's avatar Tim Graham

Fixed flake8 warning.

üst 53d28f83
...@@ -469,6 +469,7 @@ class CreatesuperuserManagementCommandTestCase(TestCase): ...@@ -469,6 +469,7 @@ class CreatesuperuserManagementCommandTestCase(TestCase):
Creation should fail if the password fails validation. Creation should fail if the password fails validation.
""" """
new_io = six.StringIO() new_io = six.StringIO()
# Returns '1234567890' the first two times it is called, then # Returns '1234567890' the first two times it is called, then
# 'password' subsequently. # 'password' subsequently.
def bad_then_good_password(index=[0]): def bad_then_good_password(index=[0]):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment