Skip to content

Commit b15d186

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e8314f1 commit b15d186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tap_circle_ci/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def __make_request(self, method: str, endpoint: str, **kwargs) -> Optional[Mappi
116116
Returns:
117117
Dict,List,None: Returns a `Json Parsed` HTTP Response or None if exception
118118
"""
119-
with metrics.http_request_timer(endpoint) as timer:
119+
with metrics.http_request_timer(endpoint):
120120
if method in ("GET", "POST"):
121121
if method == "GET":
122122
kwargs.pop("data", None)

0 commit comments

Comments
 (0)