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
@@ -12,6 +10,7 @@
Do not edit the class manually.
""" # noqa: E501
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union

View File

@@ -1,5 +1,3 @@
# coding: utf-8
"""
Echo Server API
@@ -12,6 +10,7 @@
Do not edit the class manually.
""" # noqa: E501
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union

View File

@@ -1,5 +1,3 @@
# coding: utf-8
"""
Echo Server API
@@ -12,6 +10,7 @@
Do not edit the class manually.
""" # noqa: E501
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union

View File

@@ -1,5 +1,3 @@
# coding: utf-8
"""
Echo Server API
@@ -12,6 +10,7 @@
Do not edit the class manually.
""" # noqa: E501
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union

View File

@@ -1,5 +1,3 @@
# coding: utf-8
"""
Echo Server API
@@ -12,6 +10,7 @@
Do not edit the class manually.
""" # noqa: E501
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union

View File

@@ -1,5 +1,3 @@
# coding: utf-8
"""
Echo Server API
@@ -12,6 +10,7 @@
Do not edit the class manually.
""" # noqa: E501
import warnings
from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
from typing import Any, Dict, List, Optional, Tuple, Union

View File

@@ -1,5 +1,3 @@
# coding: utf-8
"""
Echo Server API
@@ -13,6 +11,7 @@
""" # noqa: E501
import datetime
from dateutil.parser import parse
from enum import Enum

View File

@@ -1,5 +1,3 @@
# coding: utf-8
"""
Echo Server API

View File

@@ -1,5 +1,3 @@
# coding: utf-8
"""
Echo Server API
@@ -12,6 +10,7 @@
Do not edit the class manually.
""" # noqa: E501
from typing import Any, Optional
from typing_extensions import Self