Skip to content

Commit

Permalink
chore: cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Aug 20, 2021
1 parent 7a58c7a commit b9b5984
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions src/event-stream/event-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ import {
} from '../bns-constants';

import * as zoneFileParser from 'zone-file';
import {
isCompliantToken,
TokensContractHandler,
TokensProcessorQueue,
} from './tokens-contract-handler';

async function handleRawEventRequest(
eventPath: string,
Expand Down Expand Up @@ -298,6 +293,7 @@ async function handleBlockMessage(
};
return microblock;
});

const dbData: DataStoreBlockUpdateData = {
block: dbBlock,
microblocks: dbMicroblocks,
Expand Down
1 change: 0 additions & 1 deletion src/tests/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { MemoryDataStore } from '../datastore/memory-store';
import { startEventServer } from '../event-stream/event-server';
import { StacksCoreRpcClient } from '../core-rpc/client';
import { ChainID } from '@stacks/transactions';
import { TokensProcessorQueue } from '../event-stream/tokens-contract-handler';

export default async (): Promise<void> => {
console.log('Jest - setup..');
Expand Down

0 comments on commit b9b5984

Please sign in to comment.