remove unsused require

This commit is contained in:
Iuri Matias 2018-08-07 09:37:48 -04:00
parent 9542448798
commit 016f45175b
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ const TestLogger = require('./test_logger.js');
const Web3 = require('web3');
const constants = require('../constants');
const Events = require('../core/events');
const cloneDeep = require('clone-deep');
const AccountParser = require('../utils/accountParser');
// TODO: breaks module isolation; tests need to be refactored to use the engine and avoid this
const Provider = require('../modules/blockchain_connector/provider.js');