From 90ea657ee953db238fa02b722be9e46cc16147c4 Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Sun, 23 Feb 2020 01:43:55 -0500 Subject: [PATCH] !fixup --- keyosk/resources/_shared.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/keyosk/resources/_shared.py b/keyosk/resources/_shared.py index d555a50..351c871 100644 --- a/keyosk/resources/_shared.py +++ b/keyosk/resources/_shared.py @@ -62,11 +62,12 @@ class KeyoskParser(webargs.flaskparser.FlaskParser): def make_pagination(matches: Sequence[Any], request=flask.request) -> PaginationData: """Paginate a sequence of result data - Parse the pagination parameters out of the request body and filter the list of matches - accordinglly + Parse the pagination parameters out of the request body and filter the list of + matches accordinglly + :param matches: Sequence of results to paginate - :returns: Pagination data tuple with processed results, pagination parameters, and the headers - to return to the client + :returns: Pagination data tuple with processed results, pagination parameters, and + the headers to return to the client """ pagination_parameters = {