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 authored Jan 3, 2025
1 parent e4533d3 commit b5822b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions providers/src/airflow/providers/http/hooks/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,8 @@ async def run(
await asyncio.sleep(self.retry_delay)
else:
return response
else:
raise NotImplementedError # should not reach this, but makes mypy happy

raise NotImplementedError # should not reach this, but makes mypy happy

@classmethod
def _process_extra_options_from_connection(cls, conn: Connection, extra_options: dict) -> dict:
Expand Down

0 comments on commit b5822b4

Please sign in to comment.