Skip to content

Commit 86d5e26

Browse files
committed
lint fix
1 parent b76288f commit 86d5e26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/node/test/integrations/undici.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { runWithAsyncContext, Transaction } from '@sentry/core';
2-
import { Hub, makeMain } from '@sentry/core';
1+
import type { Transaction } from '@sentry/core';
2+
import { Hub, makeMain, runWithAsyncContext } from '@sentry/core';
33
import * as http from 'http';
44
import type { fetch as FetchType } from 'undici';
55

0 commit comments

Comments
 (0)