Skip to content

Commit

Permalink
refactor(relay): Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilIvanichkovv authored and Dimo99 committed Sep 5, 2024
1 parent 0b2d1ea commit 7152557
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions relay/implementations/eos-contract.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { ISmartContract } from '@/abstraction/smart-contract-abstraction';
import { promisify } from 'node:util';
import { exec as exec_ } from 'node:child_process';
import { compileVerifierParseDataTool } from '../../tests/helpers/helpers';
import { getDataFromPrintHeaderResult } from '@dendreth/utils/cosmos-utils/cosmos-utils';
import { formatHex } from '@dendreth/utils/ts-utils/bls';
import { getGenericLogger } from '@dendreth/utils/ts-utils/logger';

Expand Down
2 changes: 1 addition & 1 deletion relay/implementations/redis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
} from '@/types/types';
import { RedisClientType, createClient } from 'redis';
import CONSTANTS from '../../beacon-light-client/plonky2/kv_db_constants.json';
//

import { Redis as RedisClient, Result } from 'ioredis';
import chalk from 'chalk';
import {
Expand Down

0 comments on commit 7152557

Please sign in to comment.