Skip to content

Commit 9813fa2

Browse files
committed
lint
1 parent cd8f346 commit 9813fa2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/logs/internal.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { attributeValueToTypedAttributeValue, TypedAttributeValue } from '../attributes';
1+
import type { TypedAttributeValue } from '../attributes';
2+
import { attributeValueToTypedAttributeValue } from '../attributes';
23
import { getGlobalSingleton } from '../carrier';
34
import type { Client } from '../client';
45
import { getClient, getCurrentScope, getGlobalScope, getIsolationScope } from '../currentScopes';

0 commit comments

Comments
 (0)