Skip to content

Commit

Permalink
refactor: Removed docstring from CallableResponseHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
davidblain-infrabel committed Mar 15, 2024
1 parent d835e34 commit 6a14ebe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions airflow/providers/microsoft/azure/triggers/msgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ def deserialize(self, response) -> Any:


class CallableResponseHandler(ResponseHandler):
"""
CallableResponseHandler executes the passed callable_function with response as parameter.
:param callable_function: Function which allows you to handle the response before returning.
"""

def __init__(
self,
callable_function: Callable[[NativeResponseType, dict[str, ParsableFactory | None] | None], Any],
Expand Down

0 comments on commit 6a14ebe

Please sign in to comment.