mirror of https://github.com/scrapy/scrapy.git
Update scrapy/pqueues.py
Co-Authored-By: Mikhail Korobov <kmike84@gmail.com>
This commit is contained in:
parent
a0fdfdc6da
commit
ed3300ec5f
|
|
@ -29,7 +29,7 @@ def _path_safe(text):
|
|||
return '-'.join([pathable_slot, unique_slot])
|
||||
|
||||
|
||||
class ScrapyPriorityQueue(object):
|
||||
class ScrapyPriorityQueue:
|
||||
"""A priority queue implemented using multiple internal queues (typically,
|
||||
FIFO queues). The internal queue must implement the following methods:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue