From 73e8f890b520ceaf16b5ad38f926b67dd3ea148b Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Mon, 17 Jul 2017 22:45:34 -0700 Subject: Remove unused imports --- src/utils/assert.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils/assert.ts') diff --git a/src/utils/assert.ts b/src/utils/assert.ts index dab796c4e..969209208 100644 --- a/src/utils/assert.ts +++ b/src/utils/assert.ts @@ -3,7 +3,6 @@ import * as BigNumber from 'bignumber.js'; import * as Web3 from 'web3'; import {Web3Wrapper} from '../web3_wrapper'; import {SchemaValidator} from './schema_validator'; -import {utils} from './utils'; const HEX_REGEX = /^0x[0-9A-F]*$/i; -- cgit