Skip to content
Snippets Groups Projects
Commit 9a7f1bba authored by ynerant's avatar ynerant
Browse files

Fix CI (no idea of why this error happened)

parent 57a01c48
No related branches found
No related tags found
1 merge request!61Tresorerie
Pipeline #8027 passed with stages
in 3 minutes and 37 seconds
......@@ -2,6 +2,7 @@
# SPDX-License-Identifier: GPL-3.0-or-later
from rest_framework.permissions import DjangoObjectPermissions
from .backends import PermissionBackend
SAFE_METHODS = ('HEAD', 'OPTIONS', )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment