Merge pull request #3381 from ethcore/fix-travis

Fix travis build: remove unused import
This commit is contained in:
Robert Habermeier 2016-11-12 21:03:40 +01:00 committed by GitHub
commit ee11d104bf

View File

@ -15,7 +15,6 @@
// along with Parity. If not, see <http://www.gnu.org/licenses/>.
use std::ops::{Deref, DerefMut};
use std::thread;
use std::time;
use std::sync::Arc;
use devtools::{http_client, RandomTempPath};