Skip to content

Commit 78fed95

Browse files
committed
Run yarn format
1 parent 814a1dc commit 78fed95

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)