Fix linter issues

This commit is contained in:
Leonid Logvinov
2019-02-28 22:37:32 -08:00
parent 4526c52fe8
commit 8369bcb605
2 changed files with 2 additions and 2 deletions

View File

@@ -2,8 +2,8 @@ import { logUtils } from '@0x/utils';
import { OpCode, StructLog } from 'ethereum-types';
import * as _ from 'lodash';
import { utils } from './utils';
import { constants } from './constants';
import { utils } from './utils';
export interface ContractAddressToTraces {
[contractAddress: string]: StructLog[];