Skip to content

Commit

Permalink
removing extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
guptaa3 committed Jul 22, 2021
1 parent c56b137 commit a9c4b05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tap_zendesk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ def request_metrics_patch(self, method, url, **kwargs):
with singer_metrics.http_request_timer(None):
return request(self, method, url, **kwargs)


Session.request = request_metrics_patch


# end patch

def do_discover(client):
Expand Down

0 comments on commit a9c4b05

Please sign in to comment.