Skip to content
Snippets Groups Projects
Commit 03f40495 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

removing: empty space

parent d89df448
No related branches found
No related tags found
1 merge request!288Feature/add ipopenperm to djangoldp
Pipeline #18158 passed
...@@ -242,7 +242,7 @@ class IPOpenPermissions(LDPBasePermission): ...@@ -242,7 +242,7 @@ class IPOpenPermissions(LDPBasePermission):
def has_object_permission(self, request, view, obj): def has_object_permission(self, request, view, obj):
return check_client_ip(request) return check_client_ip(request)
def get_permissions(self, user, model, obj=None): def get_permissions(self, user, model, obj=None):
#Will always say there is no migrations, not taking the IP into accounts #Will always say there is no migrations, not taking the IP into accounts
return set() return set()
......
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