Remove unused import in connect stub.

This commit is contained in:
Henry de Valence 2019-09-25 13:35:44 -07:00 committed by Deirdre Connolly
parent ab06750db3
commit 44b855aab8
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ impl Runnable for ConnectCmd {
impl ConnectCmd {
async fn connect(&self) -> Result<(), failure::Error> {
use std::net::Shutdown;
use chrono::Utc;
use tokio::{codec::Framed, net::TcpStream, prelude::*};