From 3ca33b8b80323aa4f2d0aada4dc37bad923616d0 Mon Sep 17 00:00:00 2001 From: Leibale Date: Mon, 20 Nov 2023 12:47:22 -0500 Subject: [PATCH] remove unused import --- packages/client/lib/cluster/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/client/lib/cluster/index.ts b/packages/client/lib/cluster/index.ts index f572bbac5c..a350eb37f5 100644 --- a/packages/client/lib/cluster/index.ts +++ b/packages/client/lib/cluster/index.ts @@ -6,7 +6,6 @@ import { EventEmitter } from 'node:events'; import { attachConfig, functionArgumentsPrefix, getTransformReply, scriptArgumentsPrefix } from '../commander'; import RedisClusterSlots, { NodeAddressMap, ShardNode } from './cluster-slots'; import RedisClusterMultiCommand, { RedisClusterMultiCommandType } from './multi-command'; -import { RedisMultiQueuedCommand } from '../multi-command'; import { PubSubListener } from '../client/pub-sub'; import { ErrorReply } from '../errors';