mirror of https://github.com/scrapy/scrapy.git
remove spacing
This commit is contained in:
parent
2b4bcfaf49
commit
554d872822
|
|
@ -77,13 +77,8 @@ class Scheduler(object):
|
|||
|
||||
def open(self, spider):
|
||||
self.spider = spider
|
||||
|
||||
# in-memory PriorityQueue instance
|
||||
self.mqs = self._mq()
|
||||
|
||||
# on-disk PriorityQueue instance
|
||||
self.dqs = self._dq() if self.dqdir else None
|
||||
|
||||
return self.df.open()
|
||||
|
||||
def close(self, reason):
|
||||
|
|
|
|||
Loading…
Reference in New Issue