mirror of
https://github.com/django/django.git
synced 2025-08-31 07:47:37 +00:00
Removed unnecessary trailing commas and spaces in various code.
This commit is contained in:
parent
058d112ed2
commit
83a36ac49a
42 changed files with 87 additions and 87 deletions
|
@ -554,14 +554,14 @@ class ExecutorTests(MigrationTestBase):
|
|||
|
||||
migrations = executor.loader.graph.nodes
|
||||
expected = [
|
||||
("render_start", ),
|
||||
("render_success", ),
|
||||
("render_start",),
|
||||
("render_success",),
|
||||
("apply_start", migrations['migrations', '0001_initial'], False),
|
||||
("apply_success", migrations['migrations', '0001_initial'], False),
|
||||
("apply_start", migrations['migrations', '0002_second'], False),
|
||||
("apply_success", migrations['migrations', '0002_second'], False),
|
||||
("render_start", ),
|
||||
("render_success", ),
|
||||
("render_start",),
|
||||
("render_success",),
|
||||
("unapply_start", migrations['migrations', '0002_second'], False),
|
||||
("unapply_success", migrations['migrations', '0002_second'], False),
|
||||
("unapply_start", migrations['migrations', '0001_initial'], False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue