Skip to content

Commit

Permalink
fix: Changes from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Aug 6, 2024
1 parent 2bda70a commit ba9f16c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/gen-ai-hub/src/client/openai/openai-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import {
BaseLlmParametersWithDeploymentId,
EndpointOptions
} from '../../core/http-client.js';
import {
mockInference,
parseMockResponse
} from '../../test-util/mock-http.js';
import { mockInference, parseMockResponse } from '../../test-util/mock-http.js';
import { OpenAiClient } from './openai-client.js';
import {
OpenAiChatCompletionOutput,
Expand Down

0 comments on commit ba9f16c

Please sign in to comment.