Skip to content

Commit e8cff01

Browse files
authored
Remove redundant UrlExt import (payjoin#593)
`UrlExt` is already imported at the top of `Send::v2::mod.rs:L36`.
2 parents c46decf + c2864f4 commit e8cff01

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)