From 437e3b5594ef10d92a33861b9ee4058fd04a107e Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Thu, 11 Apr 2019 14:56:40 -0700 Subject: [PATCH] Fix linter error --- packages/dev-utils/src/blockchain_lifecycle.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/dev-utils/src/blockchain_lifecycle.ts b/packages/dev-utils/src/blockchain_lifecycle.ts index 3c10622b69..932b871000 100644 --- a/packages/dev-utils/src/blockchain_lifecycle.ts +++ b/packages/dev-utils/src/blockchain_lifecycle.ts @@ -1,4 +1,3 @@ -import { logUtils } from '@0x/utils'; import { NodeType, Web3Wrapper } from '@0x/web3-wrapper'; import * as _ from 'lodash';