mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-15 11:14:28 +00:00
Fix flake8 warning
This commit is contained in:
parent
6711722bd0
commit
45afd99098
1 changed files with 0 additions and 1 deletions
|
@ -1129,7 +1129,6 @@ def build_ordered_collection(col, q=None, cursor=None, map_func=None, limit=50,
|
||||||
|
|
||||||
return resp
|
return resp
|
||||||
|
|
||||||
|
|
||||||
# If there's a cursor, then we return an OrderedCollectionPage
|
# If there's a cursor, then we return an OrderedCollectionPage
|
||||||
resp = {
|
resp = {
|
||||||
'@context': CTX_AS,
|
'@context': CTX_AS,
|
||||||
|
|
Loading…
Reference in a new issue