Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Sep 27, 2024
1 parent aa499fd commit f33febc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/web5_cli/src/dids/create.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
use clap::Subcommand;
use std::sync::Arc;
use web5::{
crypto::{
dsa::ed25519::Ed25519Generator,
key_managers::{in_memory_key_manager::InMemoryKeyManager, KeyManager},
},
crypto::key_managers::in_memory_key_manager::InMemoryKeyManager,
dids::{
methods::{
did_dht::{DidDht, DidDhtCreateOptions},
Expand Down

0 comments on commit f33febc

Please sign in to comment.