Don't assert that collections are ordered; they're always ordered

thingy_objects
Marnanel Thurman 2018-09-06 17:21:17 +01:00
rodzic 852b57ddce
commit 52855a96b4
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,6 @@ class CollectionResponse(ActivityObjectResponse):
super().__init__()
self.items = items
# assert that self.items is ordered
our_url = request.build_absolute_uri()
index_url = self._make_query_page(request, None)