aboutsummaryrefslogtreecommitdiffstats
path: root/src/contract_wrappers/token_registry_wrapper.ts
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-07-18 13:45:34 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-07-26 04:25:56 +0800
commit73e8f890b520ceaf16b5ad38f926b67dd3ea148b (patch)
tree0312339e0537111fc81c41f5cdaefe3d8f69c5fb /src/contract_wrappers/token_registry_wrapper.ts
parentc11ba988c78e2d6b7c8e1a57f937c6069337c702 (diff)
downloaddexon-0x-contracts-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.tar.gz
dexon-0x-contracts-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.tar.zst
dexon-0x-contracts-73e8f890b520ceaf16b5ad38f926b67dd3ea148b.zip
Remove unused imports
Diffstat (limited to 'src/contract_wrappers/token_registry_wrapper.ts')
-rw-r--r--src/contract_wrappers/token_registry_wrapper.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contract_wrappers/token_registry_wrapper.ts b/src/contract_wrappers/token_registry_wrapper.ts
index c9f21e46f..d15e5c4f7 100644
--- a/src/contract_wrappers/token_registry_wrapper.ts
+++ b/src/contract_wrappers/token_registry_wrapper.ts
@@ -1,7 +1,6 @@
import * as _ from 'lodash';
import {Web3Wrapper} from '../web3_wrapper';
import {Token, TokenRegistryContract, TokenMetadata} from '../types';
-import {assert} from '../utils/assert';
import {ContractWrapper} from './contract_wrapper';
import * as TokenRegistryArtifacts from '../artifacts/TokenRegistry.json';