Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Jul 10, 2023
1 parent b76288f commit 86d5e26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/node/test/integrations/undici.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { runWithAsyncContext, Transaction } from '@sentry/core';
import { Hub, makeMain } from '@sentry/core';
import type { Transaction } from '@sentry/core';
import { Hub, makeMain, runWithAsyncContext } from '@sentry/core';
import * as http from 'http';
import type { fetch as FetchType } from 'undici';

Expand Down

0 comments on commit 86d5e26

Please sign in to comment.