mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #21298 -- Fixed E301 pep8 warnings
This commit is contained in:
parent
317040a73b
commit
c3aa2948c6
83 changed files with 180 additions and 2 deletions
|
@ -76,6 +76,7 @@ class GetInternalWSGIApplicationTest(unittest.TestCase):
|
|||
"""
|
||||
# Mock out get_wsgi_application so we know its return value is used
|
||||
fake_app = object()
|
||||
|
||||
def mock_get_wsgi_app():
|
||||
return fake_app
|
||||
from django.core.servers import basehttp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue