mirror of
https://github.com/django/django.git
synced 2025-11-24 21:00:12 +00:00
Fixed all E251 violations
This commit is contained in:
parent
c347f78cc1
commit
f67e18f39e
14 changed files with 37 additions and 37 deletions
|
|
@ -64,7 +64,7 @@ class OptimizerTests(TestCase):
|
|||
self.assertOptimizesTo(
|
||||
[migrations.DeleteModel("Foo")],
|
||||
[migrations.DeleteModel("Foo")],
|
||||
exact = 1,
|
||||
exact=1,
|
||||
)
|
||||
|
||||
def test_create_delete_model(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue