Skip to content

Commit

Permalink
refactor: clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif-m committed Nov 7, 2024
1 parent ca064ad commit 275f6e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions crates/hyperswitch_connectors/src/connectors/worldpay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ use crate::{
types::ResponseRouterData,
utils::{
construct_not_implemented_error_report, convert_amount, get_header_key_value,
is_mandate_supported, ForeignTryFrom, PaymentMethodDataType, PaymentsSyncRequestData,
RefundsRequestData,
is_mandate_supported, ForeignTryFrom, PaymentMethodDataType, RefundsRequestData,
},
};

Expand Down
1 change: 0 additions & 1 deletion crates/hyperswitch_connectors/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ use hyperswitch_domain_models::{
PaymentsCaptureData, PaymentsPreProcessingData, PaymentsSyncData, RefundsData, ResponseId,
SetupMandateRequestData,
},
router_response_types::MandateReference,
};
use hyperswitch_interfaces::{api, consts, errors, types::Response};
use image::Luma;
Expand Down

0 comments on commit 275f6e6

Please sign in to comment.