Remove unnecessary line from test

This commit is contained in:
Eugenio Lacuesta 2020-11-09 13:58:52 -03:00
parent 7e98a76ac4
commit b20cfef1e5
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ class UppercasePipeline:
await asyncio.sleep(0.1)
def open_spider(self, spider):
loop = asyncio.get_event_loop()
return deferred_from_coro(self._open_spider(spider))
def process_item(self, item, spider):