Skip to content

Commit 2a48624

Browse files
committed
lint
1 parent a0fd76a commit 2a48624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/client.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { afterEach, beforeEach, describe, expect, it, test, vi } from 'vitest';
2+
import type { SeverityLevel } from '../../src';
23
import {
34
addBreadcrumb,
45
dsnToString,
@@ -8,7 +9,6 @@ import {
89
makeSession,
910
Scope,
1011
setCurrentClient,
11-
SeverityLevel,
1212
SyncPromise,
1313
withMonitor,
1414
} from '../../src';

0 commit comments

Comments
 (0)