We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c65a2 commit 9e8ef56Copy full SHA for 9e8ef56
packages/vertexai/src/requests/request.test.ts
@@ -25,7 +25,6 @@ import { DEFAULT_API_VERSION } from '../constants';
25
import { VertexAIErrorCode } from '../types';
26
import { VertexAIError } from '../errors';
27
import { getMockResponse } from '../../test-utils/mock-response';
28
-import { base64 } from '@firebase/util';
29
30
use(sinonChai);
31
use(chaiAsPromised);
0 commit comments