Skip to content

Commit cc63c8d

Browse files
committed
Just remove unused imports
1 parent 6a73900 commit cc63c8d

File tree

1 file changed

+0
-2
lines changed
  • payjoin/src/core/send

1 file changed

+0
-2
lines changed

payjoin/src/core/send/v1.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ use url::Url;
2828

2929
use super::*;
3030
pub use crate::output_substitution::OutputSubstitution;
31-
#[allow(unused_imports)]
32-
use crate::psbt::PsbtExt;
3331
pub use crate::MAX_CONTENT_LENGTH;
3432
use crate::{PjUri, Request};
3533

0 commit comments

Comments
 (0)