From eebce4b54d34929eac3a5663eced2166eda58ffd Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 1 Mar 2019 13:59:56 -0800 Subject: [PATCH] Fix linter errors --- packages/sol-profiler/src/cost_utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';