None pipeline doesn't need a set
This commit is contained in:
parent
26702666b6
commit
c48c4ec697
@ -7,7 +7,7 @@ from scrapy.exceptions import DropItem
|
||||
class RemoveNonePipeline(object):
|
||||
|
||||
def __init__(self):
|
||||
self.known_values = set()
|
||||
pass
|
||||
|
||||
def process_item(self, item, spider):
|
||||
"""
|
||||
|
Reference in New Issue
Block a user