Skip to content

Commit 4be6d31

Browse files
committed
bit of cleanup
1 parent 680188f commit 4be6d31

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • dev-packages/e2e-tests/test-applications/deno-streamed/src

dev-packages/e2e-tests/test-applications/deno-streamed/src/app.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ trace.setGlobalTracerProvider(fakeProvider as any);
1313

1414
// Sentry.init() must call trace.disable() to clear the fake provider above
1515
import * as Sentry from '@sentry/deno';
16-
import { generateText } from 'ai';
17-
import { MockLanguageModelV1 } from 'ai/test';
18-
import { z } from 'zod';
1916

2017
Sentry.init({
2118
environment: 'qa',

0 commit comments

Comments
 (0)