mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
CommentBuilder: don't import TimeoutExpired.
This commit is contained in:
committed by
Neil Williams
parent
e72a21d0f0
commit
0e5b1b7bd7
@@ -55,7 +55,6 @@ class _CommentBuilder(Builder):
|
||||
candidates.sort(key=sorter.get, reverse=self.rev_sort)
|
||||
|
||||
def get_items(self, num):
|
||||
from r2.lib.lock import TimeoutExpired
|
||||
cdef list cid
|
||||
cdef dict cid_tree
|
||||
cdef dict depth
|
||||
|
||||
Reference in New Issue
Block a user