Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kizito Ononuju (Kiz')
conceptnet5
Commits
6ad68f01
Commit
6ad68f01
authored
Feb 11, 2019
by
Robyn Speer
Browse files
re-reformat a weirdness that `black` introduced
parent
be8821e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
conceptnet5/api.py
View file @
6ad68f01
...
...
@@ -83,9 +83,9 @@ def make_paginated_view(url, params, offset, limit, more):
pager
[
'previousPage'
]
=
paginated_url
(
url
,
params
,
prev_offset
,
limit
)
if
more
:
pager
[
'nextPage'
]
=
paginated_url
(
url
,
params
,
next_offset
,
limit
)
pager
[
'comment'
]
=
"There are more results. Follow the 'nextPage' link for more."
pager
[
'comment'
]
=
(
"There are more results. Follow the 'nextPage' link for more."
)
return
pager
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment