Fix CI (no idea of why this error happened)
This commit is contained in:
parent
57a01c48a8
commit
9a7f1bba21
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
from rest_framework.permissions import DjangoObjectPermissions
|
from rest_framework.permissions import DjangoObjectPermissions
|
||||||
|
|
||||||
from .backends import PermissionBackend
|
from .backends import PermissionBackend
|
||||||
|
|
||||||
SAFE_METHODS = ('HEAD', 'OPTIONS', )
|
SAFE_METHODS = ('HEAD', 'OPTIONS', )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue