Skip to content

Commit 3f925be

Browse files
committed
can use more accurate "import type" here
1 parent de0d5bf commit 3f925be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/node/opentelemetry-instrumentation-redis/src/v2-v3/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import {
2828
import { RedisInstrumentationConfig } from '../types';
2929
/** @knipignore */
3030
import { PACKAGE_NAME, PACKAGE_VERSION } from '../version';
31-
import { RedisCommand, RedisPluginClientTypes } from './internal-types';
31+
import type { RedisCommand, RedisPluginClientTypes } from './internal-types';
3232
import { SpanKind, context, trace } from '@opentelemetry/api';
3333
import {
3434
DBSYSTEMVALUES_REDIS,

0 commit comments

Comments
 (0)