Skip to content

Commit

Permalink
Update scrapy_zyte_api/_session.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Rakhmatullin <[email protected]>
  • Loading branch information
Gallaecio and wRAR authored Sep 9, 2024
1 parent 7cdae9e commit 5e771e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy_zyte_api/_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -1005,5 +1005,5 @@ def location_check(
) -> bool:
"""Like :class:`SessionConfig.check
<scrapy_zyte_api.SessionConfig.check>`, but it is only called when a
location it set, and gets that *location* as a parameter."""
location is set, and gets that *location* as a parameter."""
return super().check(response, request)

Check warning on line 1009 in scrapy_zyte_api/_session.py

View check run for this annotation

Codecov / codecov/patch

scrapy_zyte_api/_session.py#L1009

Added line #L1009 was not covered by tests

0 comments on commit 5e771e0

Please sign in to comment.