Skip to content

Commit 90cd599

Browse files
VorontsovIEGoldstein
andauthored
Update ennead/models/thread.py
Co-Authored-By: Goldstein <mouse-art@ya.ru>
1 parent 5d4aac1 commit 90cd599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ennead/models/thread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def ordered_posts(self, show_hidden=False):
3131
if show_hidden:
3232
posts = filter(lambda post: not post.hidden, posts)
3333
posts = sorted(posts, key=lambda post: post.date)
34-
return list(posts)
34+
return posts
3535

3636

3737

0 commit comments

Comments
 (0)