From 8f9fddbcfc9afdfac7770d28ca2b7bd03822d0d0 Mon Sep 17 00:00:00 2001 From: wwwwwwwww <526125649@qq.com> Date: Thu, 11 Jun 2026 18:28:59 +0800 Subject: [PATCH] 1 --- video-gen-api/test_wechatpay.py | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 video-gen-api/test_wechatpay.py diff --git a/video-gen-api/test_wechatpay.py b/video-gen-api/test_wechatpay.py deleted file mode 100644 index c80671ea..00000000 --- a/video-gen-api/test_wechatpay.py +++ /dev/null @@ -1,9 +0,0 @@ - -from wechatpayv3 import WeChatPay -import inspect - -print("WeChatPay.__init__ signature:") -print(inspect.signature(WeChatPay.__init__)) - -print("\nWeChatPay.__init__ docstring:") -print(inspect.getdoc(WeChatPay.__init__))