Add proper imports.

This commit is contained in:
bulat 2023-05-11 13:19:40 +05:00
parent b62c1263de
commit 4878cc7ef0
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ You can also send multiple requests in parallel:
.. code-block:: python
from twisted.internet.defer import DeferredList
from scrapy.utils.defer import DeferredList
class MultipleRequestsSpider(scrapy.Spider):
name = "multiple"