Skip to content

Commit 72afca3

Browse files
committed
remove trailing white spaces
Signed-off-by: hwassman <[email protected]>
1 parent 383a70c commit 72afca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/queryHandler/QueryHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ def __do_RESTCall(self, endpoint, requestType='GET', params=None):
523523
_response = _request.doRequest()
524524

525525
if _response.status_code == 200:
526-
# the r.elapsed is the Time-To-First-Byte (TTFB) while the call to requests.get()
526+
# the r.elapsed is the Time-To-First-Byte (TTFB) while the call to requests.get()
527527
# only terminates after the whole message has been received (Time-To-Last-Byte, TTLB).
528528
if analytics.requests_elapsed_time:
529529
self.logger.debug(f'response elapsed time: {_response.elapsed.total_seconds()} for request: {str(params)}')

0 commit comments

Comments
 (0)