From 45afd99098a6b2507e5e60db9bfca505c88eb5bc Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Fri, 1 Jun 2018 01:28:32 +0200 Subject: [PATCH] Fix flake8 warning --- activitypub.py | 1 - 1 file changed, 1 deletion(-) diff --git a/activitypub.py b/activitypub.py index ec14cc3..1ec068d 100644 --- a/activitypub.py +++ b/activitypub.py @@ -1129,7 +1129,6 @@ def build_ordered_collection(col, q=None, cursor=None, map_func=None, limit=50, return resp - # If there's a cursor, then we return an OrderedCollectionPage resp = { '@context': CTX_AS,