mirror of
https://github.com/django/django.git
synced 2025-08-02 18:13:02 +00:00
Fixed E305 flake8 warnings.
This commit is contained in:
parent
6072de727f
commit
967be82443
114 changed files with 360 additions and 0 deletions
|
@ -22,6 +22,7 @@ class MockSuperUser(object):
|
|||
def has_module_perms(self, module):
|
||||
return True
|
||||
|
||||
|
||||
request = MockRequest()
|
||||
request.user = MockSuperUser()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue