Skip to content

Commit

Permalink
Refactoring code
Browse files Browse the repository at this point in the history
  • Loading branch information
mchavez committed May 17, 2024
1 parent fb8475c commit e543b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/databricks/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ func (c *Client) doRequest(ctx context.Context, urlAddress *url.URL, method stri
http.MethodGet,
uri,
uhttp.WithAcceptJSONHeader(),
uhttp.WithContentTypeJSONHeader(),
)
case http.MethodPut:
req, err = c.httpClient.NewRequest(ctx,
Expand Down

0 comments on commit e543b16

Please sign in to comment.