Skip to content

Commit

Permalink
styles(command): remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Florentin Dubois <florentin.dubois@clever-cloud.com>
  • Loading branch information
FlorentinDUBOIS committed Aug 7, 2023
1 parent 24895d7 commit 2539cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/src/certificate.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{collections::HashSet, error, fmt, str::FromStr};
use std::{collections::HashSet, fmt, str::FromStr};

use hex::FromHex;
use serde::de::{self, Visitor};
Expand Down

0 comments on commit 2539cfb

Please sign in to comment.