Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and vatsrahul1001 committed Jan 29, 2024
1 parent 4d977bc commit d612e26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions astronomer/providers/http/hooks/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,7 @@ def __init__(
keep_response: bool = False,
) -> None:
warnings.warn(
(
"This class is deprecated. "
"Use `~airflow.providers.http.hooks.http.HttpAsyncHook` instead."
),
("This class is deprecated. " "Use `~airflow.providers.http.hooks.http.HttpAsyncHook` instead."),
DeprecationWarning,
stacklevel=2,
)
Expand Down

0 comments on commit d612e26

Please sign in to comment.