Skip to content

Commit

Permalink
Merge pull request #54 from zytedata/request-id-fix
Browse files Browse the repository at this point in the history
remove undefined request_id variable
  • Loading branch information
kmike authored Oct 25, 2023
2 parents 07cc970 + 3d82528 commit 550c451
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zyte_api/aio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ async def request():
message=resp.reason,
headers=resp.headers,
response_content=content,
request_id=request_id,
)

response = await resp.json()
Expand Down

0 comments on commit 550c451

Please sign in to comment.