Fix warning Signed-off-by: constantoine <cleo.rebert-ext@treezor.com>
diff --git a/src/lib.rs b/src/lib.rs
index 9e4316b..329002d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1064,8 +1064,6 @@ mod tests {
#[test]
#[cfg(feature = "qr")]
fn generates_qr_ok() {
- use sha2::{Digest, Sha512};
-
let totp = TOTP::new(
Algorithm::SHA1,
6,