From ea9bc5963086f43eee71e85e31b5aa549cbeb3d4 Mon Sep 17 00:00:00 2001 From: Wang Zunjiao Date: Thu, 27 Nov 2025 08:30:34 +0000 Subject: [PATCH] false[antom-sdk-automation] automated change --- com/alipay/ams/api/request/alipay_request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com/alipay/ams/api/request/alipay_request.py b/com/alipay/ams/api/request/alipay_request.py index 3eabf24..2830140 100644 --- a/com/alipay/ams/api/request/alipay_request.py +++ b/com/alipay/ams/api/request/alipay_request.py @@ -12,7 +12,7 @@ class AlipayRequest(object): # self.__http_method = HttpMethod.POST def __init__(self, *args, **kwargs): - if args[0] is not None and hasattr(args[0], 'value'): + if args[0] is not None and hasattr(args[0], "value"): self.__path = args[0].value if len(args) > 0 else None else: self.__path = args[0] if len(args) > 0 else None