Remove extra blank line

This commit is contained in:
Paul Tremberth 2016-11-23 11:01:31 +01:00
parent 6abd9ba843
commit 5be5ef57f3
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ class SpiderLoader(object):
warnings.warn("There are several spiders with the same name (" + spcls.name +
"), this can cause unexpected behavior", UserWarning)
self._spiders[spcls.name] = spcls
def _load_all_spiders(self):
for name in self.spider_modules: