mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +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
|
|
@ -518,6 +518,6 @@ class CheckAllowedHostsTest(SimpleTestCase):
|
|||
def test_allowed_hosts_empty(self):
|
||||
self.assertEqual(self.func(None), [base.W020])
|
||||
|
||||
@override_settings(ALLOWED_HOSTS=['.example.com', ])
|
||||
@override_settings(ALLOWED_HOSTS=['.example.com'])
|
||||
def test_allowed_hosts_set(self):
|
||||
self.assertEqual(self.func(None), [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue