mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed E128 flake8 warnings in tests/.
This commit is contained in:
parent
df8d8d4292
commit
92053acbb9
148 changed files with 2073 additions and 2248 deletions
|
@ -127,9 +127,9 @@ class CookieTest(BaseTests, SimpleTestCase):
|
|||
messages = [
|
||||
{
|
||||
'message': Message(constants.INFO, 'Test message'),
|
||||
'message_list': [Message(constants.INFO, 'message %s')
|
||||
for x in range(5)] + [{'another-message':
|
||||
Message(constants.ERROR, 'error')}],
|
||||
'message_list': [
|
||||
Message(constants.INFO, 'message %s') for x in range(5)
|
||||
] + [{'another-message': Message(constants.ERROR, 'error')}],
|
||||
},
|
||||
Message(constants.INFO, 'message %s'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue