mirror of
https://github.com/django/django.git
synced 2025-10-17 13:58:24 +00:00
Fixed E124 pep8 warnings.
This commit is contained in:
parent
0873200e7f
commit
a2814846ca
45 changed files with 371 additions and 262 deletions
|
@ -788,6 +788,4 @@ class RootUrlconfTests(TestCase):
|
|||
# Removing ROOT_URLCONF is safe, as override_settings will restore
|
||||
# the previously defined settings.
|
||||
del settings.ROOT_URLCONF
|
||||
self.assertRaises(AttributeError,
|
||||
self.client.get, "/middleware_exceptions/view/"
|
||||
)
|
||||
self.assertRaises(AttributeError, self.client.get, "/middleware_exceptions/view/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue