mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Fixed #21268 -- Fixed E303 pep8 warnings
This commit is contained in:
parent
65d1d65d52
commit
bab9123daa
53 changed files with 2 additions and 87 deletions
|
@ -130,7 +130,6 @@ class CommonMiddlewareTest(TestCase):
|
|||
self.assertEqual(r.url,
|
||||
'http://www.testserver/middleware/slash/')
|
||||
|
||||
|
||||
# The following tests examine expected behavior given a custom urlconf that
|
||||
# overrides the default one through the request object.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue