Fix travis build: remove unused import

This commit is contained in:
Robert Habermeier 2016-11-11 18:41:25 +01:00 committed by GitHub
parent c656b53ce6
commit 7e41f1c901
1 changed files with 0 additions and 1 deletions

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};