Skip to content

Commit

Permalink
remove git clone support
Browse files Browse the repository at this point in the history
  • Loading branch information
lirshindalman committed Jan 1, 2025
1 parent ce42d54 commit 551cdeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion checkov/common/proxy/proxy_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ def send_request(self, request: requests.Request) -> requests.Response:
def call_http_request_with_proxy(request: requests.Request) -> Any:
proxy_client = ProxyClient()
return proxy_client.send_request(request=request)

0 comments on commit 551cdeb

Please sign in to comment.