make Black happy
This commit is contained in:
parent
3a90311129
commit
da53bad0f5
|
@ -89,7 +89,7 @@ class UserGroups(View):
|
||||||
class FindUsers(View):
|
class FindUsers(View):
|
||||||
"""find friends to add to your group"""
|
"""find friends to add to your group"""
|
||||||
|
|
||||||
#this is mostly borrowed from the Get Started friend finder
|
# this is mostly borrowed from the Get Started friend finder
|
||||||
|
|
||||||
def get(self, request, group_id):
|
def get(self, request, group_id):
|
||||||
"""basic profile info"""
|
"""basic profile info"""
|
||||||
|
|
Loading…
Reference in New Issue