Skip to content

Commit

Permalink
Update providers/src/airflow/providers/http/hooks/http.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wei Lee <[email protected]>
  • Loading branch information
TakayukiTanabeSS and Lee-W committed Jan 16, 2025
1 parent 359144c commit 1956c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/src/airflow/providers/http/hooks/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ async def run(
# Don't retry.
raise AirflowException(f"{e.status}:{e.message}")
else:
await asyncio.sleep(self.retry_delay)
await asyncio.sleep(self.retry_delay)
else:
return response
else:
Expand Down

0 comments on commit 1956c66

Please sign in to comment.