Skip to content

Commit 83ffef5

Browse files
authored
fix: Fix an ordered-imports lint failure (#2756)
1 parent 943e3f8 commit 83ffef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tracing/test/idletransaction.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BrowserClient } from '@sentry/browser';
22
import { Hub } from '@sentry/hub';
33

4-
import { IdleTransaction, IdleTransactionSpanRecorder, DEFAULT_IDLE_TIMEOUT } from '../src/idletransaction';
4+
import { DEFAULT_IDLE_TIMEOUT, IdleTransaction, IdleTransactionSpanRecorder } from '../src/idletransaction';
55
import { Span } from '../src/span';
66
import { SpanStatus } from '../src/spanstatus';
77

0 commit comments

Comments
 (0)