Remove unused imports

This commit is contained in:
Leonid Logvinov
2019-01-15 11:56:19 +01:00
parent e84232cce8
commit 665dd0813e

View File

@@ -5,7 +5,6 @@ import * as Ganache from 'ganache-core';
import * as _ from 'lodash';
import 'mocha';
import { utils } from '../src/utils';
import { Web3Wrapper } from '../src/web3_wrapper';
import { chaiSetup } from './utils/chai_setup';