mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-29 17:39:48 +03:00
fixed flake8
This commit is contained in:
parent
96ea55a000
commit
87148a2888
|
@ -181,7 +181,6 @@ class IsAdminUserOrReadOnly(BasePermission):
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class DjangoModelPermissions(BasePermission):
|
class DjangoModelPermissions(BasePermission):
|
||||||
"""
|
"""
|
||||||
The request is authenticated using `django.contrib.auth` permissions.
|
The request is authenticated using `django.contrib.auth` permissions.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user