lint fixes
This commit is contained in:
parent
cdf7775e05
commit
6fde19e9b1
3 changed files with 3 additions and 3 deletions
|
@ -146,7 +146,7 @@ class Groups(View):
|
|||
user = get_user_from_username(request.user, username)
|
||||
|
||||
paginated = Paginator(
|
||||
models.Group.memberships.filter(user=user).order_by("-created_date"), PAGE_LENGTH
|
||||
models.Group.memberships.filter(user=user).order_by("-created_date"), PAGE_LENGTH
|
||||
)
|
||||
data = {
|
||||
"user": user,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue