Skip to content

Commit

Permalink
update ExtendedReqeustHookT
Browse files Browse the repository at this point in the history
  • Loading branch information
ItayGibel-helios committed Sep 2, 2021
1 parent 2dc0f1f commit 42995da
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,11 @@ def response_hook(span, request, response):
[
Span,
urllib3.connectionpool.HTTPConnectionPool,
# Request headers dict
typing.Dict,
# Request Body
str,
typing.Optional[str],
],
None]
None,
]
]
_ResponseHookT = typing.Optional[
typing.Callable[
Expand Down

0 comments on commit 42995da

Please sign in to comment.