Skip to content

Commit 4d46f5c

Browse files
author
Luca Forstner
committed
lint
1 parent 5f93a49 commit 4d46f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/browser/test/sdk.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import type { Mock } from 'vitest';
77
import { afterEach, beforeEach, describe, expect, it, vi } from 'vitest';
88

99
import * as SentryCore from '@sentry/core';
10-
import { Scope, createTransport } from '@sentry/core';
10+
import { createTransport } from '@sentry/core';
1111
import { resolvedSyncPromise } from '@sentry/core';
12-
import type { Client, Integration } from '@sentry/core';
12+
import type { Integration } from '@sentry/core';
1313

1414
import type { BrowserOptions } from '../src';
1515
import { WINDOW } from '../src';

0 commit comments

Comments
 (0)