Fix linter errors

This commit is contained in:
Leonid Logvinov 2019-03-01 13:59:56 -08:00
parent f7976e18f1
commit eebce4b54d
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -1,4 +1,4 @@
import { TraceInfo, constants } from '@0x/sol-tracing-utils'; import { constants, TraceInfo } from '@0x/sol-tracing-utils';
import { logUtils } from '@0x/utils'; import { logUtils } from '@0x/utils';
import { OpCode } from 'ethereum-types'; import { OpCode } from 'ethereum-types';
import { stripHexPrefix } from 'ethereumjs-util'; import { stripHexPrefix } from 'ethereumjs-util';