Skip to content

Commit

Permalink
Removed spurious import
Browse files Browse the repository at this point in the history
I removed some unneeded imports which pulluted the logs with warnings
  • Loading branch information
ErikDeSmedt committed Aug 17, 2023
1 parent 4cb6257 commit c0b17fb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 0 additions & 2 deletions libs/gl-client/src/node/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::time::Duration;

use crate::pb::cln::node_client as cln_client;
use crate::pb::node_client::NodeClient;
use crate::pb::scheduler::{scheduler_client::SchedulerClient, ScheduleRequest};
Expand Down
2 changes: 0 additions & 2 deletions libs/gl-client/src/scheduler.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
use std::time::Duration;

use crate::pb::scheduler::scheduler_client::SchedulerClient;
use crate::tls::{self, TlsConfig};

Expand Down
1 change: 1 addition & 0 deletions libs/gl-client/src/signer/.#mod.rs
2 changes: 1 addition & 1 deletion libs/gl-client/src/signer/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::pb::{node_client::NodeClient, Empty, HsmRequest, HsmRequestContext, H
use crate::tls::TlsConfig;
use crate::{node, node::Client};
use anyhow::anyhow;
use bytes::{Buf, BufMut, Bytes};
use bytes::{Buf, BufMut};
use http::uri::InvalidUri;
use lightning_signer::bitcoin::Network;
use lightning_signer::node::NodeServices;
Expand Down

0 comments on commit c0b17fb

Please sign in to comment.