4.59.2
(fix): 当 client.exported_filename 与 client.filename 不同时生成适当的 client.py 文件。以前,__init__.py 会从导出的文件名(例如 client.py)导入,但该文件从未创建,导致 mypy import-not-found 错误。
(fix): 当 client.exported_filename 与 client.filename 不同时生成适当的 client.py 文件。以前,__init__.py 会从导出的文件名(例如 client.py)导入,但该文件从未创建,导致 mypy import-not-found 错误。