mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +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
|
@ -263,9 +263,7 @@ class UtilsTests(SimpleTestCase):
|
|||
"not Really the Model"
|
||||
)
|
||||
self.assertEqual(
|
||||
label_for_field("test_from_model", Article,
|
||||
model_admin=MockModelAdmin,
|
||||
return_attr=True),
|
||||
label_for_field("test_from_model", Article, model_admin=MockModelAdmin, return_attr=True),
|
||||
("not Really the Model", MockModelAdmin.test_from_model)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue