Skip to content

Commit 45a0ad7

Browse files
committed
removes unused import
Signed-off-by: Konstantina Blazhukova <konstantina.blajukova@gmail.com>
1 parent 5c35312 commit 45a0ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/relay/src/lib/relay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { ConfigService } from '@hashgraph/json-rpc-config-service/dist/services'
44
import { AccountId } from '@hashgraph/sdk';
55
import { Logger } from 'pino';
66
import { Gauge, Registry } from 'prom-client';
7-
import { createClient, RedisClientType } from 'redis';
7+
import { createClient } from 'redis';
88

99
import { Admin, Eth, Net, Web3 } from '../index';
1010
import { Utils } from '../utils';

0 commit comments

Comments
 (0)