mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +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
|
@ -59,7 +59,6 @@ class HttpUtilTests(TestCase):
|
|||
conditional_content_removal(req, res)
|
||||
self.assertEqual(b''.join(res), b'')
|
||||
|
||||
|
||||
# Strip content for HEAD requests.
|
||||
req.method = 'HEAD'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue