8000 Revert "Update application_insights_telemetry_client.py" · ericmicrofocus/botbuilder-python@af67a11 · GitHub
[go: up one dir, main page]

Skip to content

Commit af67a11

Browse files
author
Emily Olshefski
committed
Revert "Update application_insights_telemetry_client.py"
This reverts commit ffe3429.
1 parent ffe3429 commit af67a11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/botbuilder-applicationinsights/botbuilder/applicationinsights/application_insights_telemetry_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ def track_request(
170170
:param name: The name for this request. All requests with the same name will be grouped together.
171171
:param url: The actual URL for this request (to show in individual request instances).
172172
:param success: True if the request ended in success, False otherwise.
173-
:param start_time: the start time of the request. The value should look the same
174-
as the one returned by :func:`datetime.isoformat`. (defaults to: None)
173+
:param start_time: the start time of the request. The value should look the same as the one returned by
174+
:func:`datetime.isoformat()` (defaults to: None)
175175
:param duration: the number of milliseconds that this request lasted. (defaults to: None)
176176
:param response_code: the response code that this request returned. (defaults to: None)
177177
:param http_method: the HTTP method that triggered this request. (defaults to: None)

0 commit comments

Comments
 (0)
0