Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Nov 8, 2023
1 parent ff33e75 commit 7d93cba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use std::fs;
use toml;
use serde_derive::Deserialize;
use crate::bitcoind_client::BitcoindClient;

#[derive(Clone, PartialEq, Eq, Debug, Deserialize)]
pub struct Config {
Expand Down
1 change: 0 additions & 1 deletion src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
mod servicemanager;
mod config;
mod util;
mod bitcoind_client;

use crate::util::init_logger;
use log;
Expand Down

0 comments on commit 7d93cba

Please sign in to comment.