Skip to content

Commit c63680f

Browse files
committed
lint
1 parent cace9b7 commit c63680f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dev-packages/node-integration-tests/suites/tracing/google-genai/scenario-streaming.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { GoogleGenAI } from '@google/genai';
22
import * as Sentry from '@sentry/node';
33
import express from 'express';
44

5-
65
function startMockGoogleGenAIServer() {
76
const app = express();
87
app.use(express.json());

dev-packages/node-integration-tests/suites/tracing/google-genai/scenario-tools.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { GoogleGenAI } from '@google/genai';
22
import * as Sentry from '@sentry/node';
33
import express from 'express';
44

5-
65
function startMockGoogleGenAIServer() {
76
const app = express();
87
app.use(express.json());

0 commit comments

Comments
 (0)