Skip to content

Commit 8651d50

Browse files
committed
cleanup
1 parent ad1af36 commit 8651d50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scrapy_zyte_smartproxy/middleware.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,6 @@ def _is_zyte_smartproxy_or_zapi_response(self, response):
483483
return (
484484
"X-Crawlera-Version" in response.headers
485485
or "Zyte-Request-Id" in response.headers
486-
or "Zyte-Error-Type" in response.headers
487486
)
488487

489488
def _get_slot_key(self, request):

0 commit comments

Comments
 (0)