Skip to content

Commit d72787c

Browse files
committed
fix lint
1 parent a1e1fcc commit d72787c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/scope.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* eslint-disable max-lines */
2-
import { Attributes, attributeValueToTypedAttributeValue, AttributeValueType, TypedAttributeValue } from './attributes';
2+
import type { Attributes, AttributeValueType, TypedAttributeValue } from './attributes';
3+
import { attributeValueToTypedAttributeValue } from './attributes';
34
import type { Client } from './client';
45
import { DEBUG_BUILD } from './debug-build';
56
import { updateSession } from './session';

0 commit comments

Comments
 (0)