remove coding: utf-8 as thats the default already (#22934)

This commit is contained in:
William Cheng
2026-02-10 16:42:05 +08:00
committed by GitHub
parent 59042aa647
commit 7eeab03a57
73 changed files with 63 additions and 155 deletions

View File

@@ -1,5 +1,3 @@
# coding: utf-8
"""
Echo Server API
@@ -48,4 +46,4 @@ setup(
Echo Server API
""", # noqa: E501
package_data={"openapi_client": ["py.typed"]},
)
)