Skip to content

Commit

Permalink
add blank lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
bulatbulat48 committed Sep 7, 2023
1 parent 47a11a5 commit cdabd3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/intro/pitfalls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,13 @@ If you encounter a `TypeError` when trying to use the `open_in_browser`
function from Scrapy with the `scrapy_poet` library:

.. code-block:: python
TypeError: Unsupported response type: HttpResponse
Therefore, to use the open_in_browser function in your Scrapy project with scrapy_poet,
make sure to import it from the `scrapy_poet.utils` module using the following import statement:

.. code-block:: python
from scrapy_poet.utils import open_in_browser

0 comments on commit cdabd3a

Please sign in to comment.