Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
roeierez committed Mar 17, 2024
1 parent 8d3f562 commit 5e1e640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/sdk-core/src/breez_services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use tonic::codegen::InterceptedService;
use tonic::metadata::errors::InvalidMetadataValue;
use tonic::metadata::{Ascii, MetadataValue};
use tonic::service::Interceptor;
use tonic::transport::{Channel, Endpoint, Uri};
use tonic::transport::{Channel, Endpoint};
use tonic::{Request, Status};

use crate::backup::{BackupRequest, BackupTransport, BackupWatcher};
Expand Down

0 comments on commit 5e1e640

Please sign in to comment.