Skip to content

Commit 0b65694

Browse files
committed
Removed unused import
1 parent 972bba2 commit 0b65694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use goauth::auth::JwtClaims;
55
use goauth::scopes::Scope;
66
use hyper::client::HttpConnector;
77
use hyper_tls::HttpsConnector;
8-
use log::{error, info};
8+
use log::error;
99
use smpl_jwt::Jwt;
1010
use std::fs;
1111
use std::str::FromStr;

0 commit comments

Comments
 (0)