Remove unused bignum import

This commit is contained in:
Leonid Logvinov 2017-05-26 15:08:44 +02:00
parent 97fc77d8e9
commit c5cc388a59
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -1,5 +1,4 @@
import * as _ from 'lodash';
import * as BigNumber from 'bignumber.js';
// Utility function to create a K:V from a list of strings
// Adapted from: https://basarat.gitbooks.io/typescript/content/docs/types/literal-types.html