mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore: resolve warnings in v2 (#8373)
Co-authored-by: Aishwariyaa Anand <aishwariyaa.anand@Aishwariyaa-Anand-C3PGW02T6Y.local>
This commit is contained in:
committed by
GitHub
parent
0851c6ece5
commit
d2d4f3d1d8
@ -1,9 +1,9 @@
|
||||
#[cfg(feature = "v1")]
|
||||
use std::str::FromStr;
|
||||
|
||||
use api_models::{
|
||||
admin as admin_api, enums as api_enums, payment_methods::RequestPaymentMethodTypes,
|
||||
refunds::MinorUnit,
|
||||
};
|
||||
#[cfg(feature = "v1")]
|
||||
use api_models::payment_methods::RequestPaymentMethodTypes;
|
||||
use api_models::{admin as admin_api, enums as api_enums, refunds::MinorUnit};
|
||||
use euclid::{
|
||||
dirval,
|
||||
frontend::{ast, dir},
|
||||
|
||||
Reference in New Issue
Block a user