Skip to content

Commit cfd2996

Browse files
committed
Merge branch 'erikeldridge-vertex-api' into erikeldridge-vertex-adapter
2 parents 66d9921 + 78fed95 commit cfd2996

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/vertexai/src/api.test.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
import {
18-
ImagenModelParams,
19-
ModelParams,
20-
VertexAIErrorCode
21-
} from './types';
17+
import { ImagenModelParams, ModelParams, VertexAIErrorCode } from './types';
2218
import { VertexAIError } from './errors';
2319
import { ImagenModel, getGenerativeModel, getImagenModel } from './api';
2420
import { expect } from 'chai';

0 commit comments

Comments
 (0)