fix some small formatting issues

This commit is contained in:
Martin
2016-10-22 03:26:36 +02:00
parent 2e78700857
commit 7fc34d9ee7
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -26,4 +26,4 @@ def pagination_to_dict(pagination):
'has_next': pagination.has_next,
'has_prev': pagination.has_prev,
'total': pagination.total
}
}