Skip to content

Commit b85d0cc

Browse files
committed
re-add underscore to get_group_permissions
1 parent 8f15108 commit b85d0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

permafrost/backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
class GroupSiteModelBackendMixin():
77

8-
def get_group_permissions(self, user_obj, obj=None, site=None):
8+
def _get_group_permissions(self, user_obj, obj=None, site=None):
99
'''
1010
Adds the SiteID for filtering Groups
1111
'''

0 commit comments

Comments
 (0)