Skip to content

Commit 774fc9d

Browse files
authored
make linter happy (#701)
1 parent 2646bce commit 774fc9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fine_tunes.go

-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ func (c *Client) CreateFineTune(ctx context.Context, request FineTuneRequest) (r
115115
// This API will be officially deprecated on January 4th, 2024.
116116
// OpenAI recommends to migrate to the new fine tuning API implemented in fine_tuning_job.go.
117117
func (c *Client) CancelFineTune(ctx context.Context, fineTuneID string) (response FineTune, err error) {
118-
//nolint:goconst // Decreases readability
119118
req, err := c.newRequest(ctx, http.MethodPost, c.fullURL("/fine-tunes/"+fineTuneID+"/cancel"))
120119
if err != nil {
121120
return

0 commit comments

Comments
 (0)