mirror of https://github.com/scrapy/scrapy.git
common indentation for comment
This commit is contained in:
parent
484927b08c
commit
6af964cc0b
|
|
@ -96,9 +96,9 @@ class PrioritySlot:
|
|||
|
||||
class PriorityAsTupleQueue(PriorityQueue):
|
||||
"""
|
||||
Python structures is not directly (de)serialized (to)from json.
|
||||
We need this modified queue to transform custom structure (from)to
|
||||
json serializable structures
|
||||
Python structures is not directly (de)serialized (to)from json.
|
||||
We need this modified queue to transform custom structure (from)to
|
||||
json serializable structures
|
||||
"""
|
||||
def __init__(self, qfactory, startprios=()):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue