We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f03f6 commit c1fa837Copy full SHA for c1fa837
packages/vertexai/src/api.test.ts
@@ -14,11 +14,7 @@
14
* See the License for the specific language governing permissions and
15
* limitations under the License.
16
*/
17
-import {
18
- ImagenModelParams,
19
- ModelParams,
20
- VertexAIErrorCode
21
-} from './types';
+import { ImagenModelParams, ModelParams, VertexAIErrorCode } from './types';
22
import { VertexAIError } from './errors';
23
import { ImagenModel, getGenerativeModel, getImagenModel } from './api';
24
import { expect } from 'chai';
0 commit comments