diff options
author | Leonid <logvinov.leon@gmail.com> | 2017-07-12 04:16:02 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-12 04:16:02 +0800 |
commit | 2ab2ad59024b5df355af05ea3f9080e4104ae49d (patch) | |
tree | 3cc924dea1952209a8d3f4c557f5ee9bba6b0e6d /src/utils/assert.ts | |
parent | 2a15fe0ffea2dcbc463633da024fc3349feb600b (diff) | |
parent | 5506f7a240e7b8157dbef079baa4a9406f7c8437 (diff) | |
download | dexon-sol-tools-2ab2ad59024b5df355af05ea3f9080e4104ae49d.tar dexon-sol-tools-2ab2ad59024b5df355af05ea3f9080e4104ae49d.tar.gz dexon-sol-tools-2ab2ad59024b5df355af05ea3f9080e4104ae49d.tar.bz2 dexon-sol-tools-2ab2ad59024b5df355af05ea3f9080e4104ae49d.tar.lz dexon-sol-tools-2ab2ad59024b5df355af05ea3f9080e4104ae49d.tar.xz dexon-sol-tools-2ab2ad59024b5df355af05ea3f9080e4104ae49d.tar.zst dexon-sol-tools-2ab2ad59024b5df355af05ea3f9080e4104ae49d.zip |
Merge pull request #103 from 0xProject/jsonschema-types
Jsonschema types
Diffstat (limited to 'src/utils/assert.ts')
-rw-r--r-- | src/utils/assert.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/assert.ts b/src/utils/assert.ts index 00415602d..bdd38721e 100644 --- a/src/utils/assert.ts +++ b/src/utils/assert.ts @@ -2,7 +2,6 @@ import * as _ from 'lodash'; import * as BigNumber from 'bignumber.js'; import * as Web3 from 'web3'; import {Web3Wrapper} from '../web3_wrapper'; -import {Schema} from 'jsonschema'; import {SchemaValidator} from './schema_validator'; import {utils} from './utils'; import {StringEnum} from '../types'; |