Skip to content

Commit 6fb278a

Browse files
committed
fix lint
1 parent 275a9a7 commit 6fb278a

File tree

1 file changed

+1
-2
lines changed
  • dev-packages/node-integration-tests/suites/tracing/google-genai

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import * as Sentry from '@sentry/node';
21
import { GoogleGenAI } from '@google/genai';
3-
2+
import * as Sentry from '@sentry/node';
43
import express from 'express';
54

65
const PORT = 3333;

0 commit comments

Comments
 (0)