Skip to content

Commit 05fc8fa

Browse files
DidayoloObada Haddad
authored andcommitted
Flake8 fix
1 parent 6d82e9b commit 05fc8fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/apps/api/pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ def get_paginated_response(self, data):
8282
'page_size': page_size_value,
8383
'results': data,
8484
'allowed_page_sizes': [50, 100, 500, 'all'],
85-
})
85+
})

0 commit comments

Comments
 (0)