Skip to content

Commit

Permalink
Remove extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Oct 23, 2024
1 parent 96c65a2 commit 9e8ef56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vertexai/src/requests/request.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { DEFAULT_API_VERSION } from '../constants';
import { VertexAIErrorCode } from '../types';
import { VertexAIError } from '../errors';
import { getMockResponse } from '../../test-utils/mock-response';
import { base64 } from '@firebase/util';

use(sinonChai);
use(chaiAsPromised);
Expand Down

0 comments on commit 9e8ef56

Please sign in to comment.