1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Removed unnecessary trailing commas and spaces in various code.

This commit is contained in:
Mariusz Felisiak
2017-12-28 21:07:29 +01:00
committed by GitHub
parent 058d112ed2
commit 83a36ac49a
42 changed files with 87 additions and 87 deletions

View File

@@ -1142,7 +1142,7 @@ class MiscTests(SimpleTestCase):
('en; q=1.0, * ; q=0.5', [('en', 1.0), ('*', 0.5)]),
# Bad headers
('en-gb;q=1.0000', []),
('en;q=0.1234', [], ),
('en;q=0.1234', []),
('en;q=.2', []),
('abcdefghi-au', []),
('**', []),