Skip to content

Commit c2864f4

Browse files
committed
Remove redundant UrlExt import
`UrlExt` is already imported at the top of `Send::v2::mod.rs:L36`.
1 parent c46decf commit c2864f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

payjoin/src/send/v2/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ impl V2GetContext {
281281
&self,
282282
ohttp_relay: impl IntoUrl,
283283
) -> Result<(Request, ohttp::ClientResponse), CreateRequestError> {
284-
use crate::uri::UrlExt;
285284
let base_url = self.endpoint.clone();
286285

287286
// TODO unify with receiver's fn subdir_path_from_pubkey

0 commit comments

Comments
 (0)