mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Remove erronous newline
This commit is contained in:
parent
37815920e3
commit
e6ca0fcb4c
|
@ -185,7 +185,6 @@ class DjangoObjectPermissionsFilter(BaseFilterBackend):
|
||||||
A filter backend that limits results to those where the requesting user
|
A filter backend that limits results to those where the requesting user
|
||||||
has read object level permissions.
|
has read object level permissions.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
assert guardian, 'Using DjangoObjectPermissionsFilter, but django-guardian is not installed'
|
assert guardian, 'Using DjangoObjectPermissionsFilter, but django-guardian is not installed'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user