diff --git a/packages/sol-profiler/src/cost_utils.ts b/packages/sol-profiler/src/cost_utils.ts index be1d959d80..652b039e5d 100644 --- a/packages/sol-profiler/src/cost_utils.ts +++ b/packages/sol-profiler/src/cost_utils.ts @@ -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 { OpCode } from 'ethereum-types'; import { stripHexPrefix } from 'ethereumjs-util';