Update permissions.py

This commit is contained in:
Tom Christie 2022-07-01 09:59:09 +01:00 committed by GitHub
parent f34bf9a5fd
commit 6fd656babf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ from django.utils import six
from rest_framework import exceptions from rest_framework import exceptions
SAFE_METHODS = ('GET', 'HEAD', 'OPTIONS') SAFE_METHODS = ('GET', 'HEAD','OPTIONS')
class OperationHolderMixin: class OperationHolderMixin: