Skip to content

Commit

Permalink
fix type hints (Azure#6480)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuyogSoti authored Jul 24, 2019
1 parent 7118c6a commit f249119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class DistributedTracingPolicy(SansIOHTTPPolicy):
"""The policy to create spans for Azure Calls"""

def __init__(self):
# type: (str, str, str) -> None
# type: () -> None
self.parent_span_dict = {}
self._request_id = "x-ms-client-request-id"
self._response_id = "x-ms-request-id"
Expand Down

0 comments on commit f249119

Please sign in to comment.