From c5cc388a596cc01522ae7bfc182ca3841a4b7ba9 Mon Sep 17 00:00:00 2001
From: Leonid Logvinov <logvinov.leon@gmail.com>
Date: Fri, 26 May 2017 15:08:44 +0200
Subject: Remove unused bignum import

---
 src/ts/types.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/ts/types.ts b/src/ts/types.ts
index 04123782e..4da03a4d3 100644
--- a/src/ts/types.ts
+++ b/src/ts/types.ts
@@ -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
-- 
cgit v1.2.3