Skip to content

Commit

Permalink
Removes use statements not being used
Browse files Browse the repository at this point in the history
  • Loading branch information
grunch committed Dec 9, 2024
1 parent 648baa9 commit edfa7f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use bitcoin::key::Secp256k1;
use bitcoin::secp256k1::Message as BitcoinMessage;
use nostr_sdk::prelude::*;
use serde::{Deserialize, Serialize};
use serde_json::{json, Value};
use std::fmt;
use uuid::Uuid;

Expand Down

0 comments on commit edfa7f9

Please sign in to comment.