Skip to content

Commit 350567f

Browse files
committed
.
1 parent 0929feb commit 350567f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/core/test/lib/metrics/public-api.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, expect, it, vi } from 'vitest';
1+
import { describe, expect, it } from 'vitest';
22
import { Scope } from '../../../src';
33
import { _INTERNAL_getMetricBuffer } from '../../../src/metrics/internal';
44
import { count, distribution, gauge } from '../../../src/metrics/public-api';
@@ -335,4 +335,3 @@ describe('Metrics Public API', () => {
335335
});
336336
});
337337
});
338-

0 commit comments

Comments
 (0)