add import.

This commit is contained in:
bulat 2023-05-11 13:22:33 +05:00
parent 4878cc7ef0
commit 8de2064ba3
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 scrapy.utils.defer import DeferredList
from scrapy.utils.defer import DeferredList, maybe_deferred_to_future
class MultipleRequestsSpider(scrapy.Spider):
name = "multiple"