mirror of
https://github.com/django/django.git
synced 2025-08-30 23:37:50 +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
|
@ -30,10 +30,10 @@ class SystemCheckFrameworkTests(SimpleTestCase):
|
|||
return [1, 2, 3]
|
||||
|
||||
def f2(**kwargs):
|
||||
return [4, ]
|
||||
return [4]
|
||||
|
||||
def f3(**kwargs):
|
||||
return [5, ]
|
||||
return [5]
|
||||
|
||||
calls = [0]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue