partial fix

This commit is contained in:
William Cheng
2024-10-19 15:10:45 +08:00
parent 38dac13c26
commit 277b43bcea
9287 changed files with 38670 additions and 67381 deletions

View File

@@ -14,7 +14,6 @@
Do not edit the class manually.
""" # noqa: E501
__version__ = "1.0.0"
# import apis into sdk package

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import re # noqa: F401
import io
import warnings

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import re # noqa: F401
import io
import warnings

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import re # noqa: F401
import io
import warnings

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import re # noqa: F401
import io
import warnings

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import re # noqa: F401
import io
import warnings

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import re # noqa: F401
import io
import warnings

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import atexit
import datetime
from dateutil.parser import parse

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import copy
import logging
import multiprocessing

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
class OpenApiException(Exception):
"""The base exception class for all OpenAPIExceptions"""

View File

@@ -13,7 +13,6 @@
Do not edit the class manually.
""" # noqa: E501
# import models into model package
from openapi_client.models.bird import Bird
from openapi_client.models.category import Category

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import json
import pprint
import re # noqa: F401
@@ -39,4 +38,3 @@ class StringEnumRef(str, Enum):
"""Create an instance of StringEnumRef from a JSON string"""
return StringEnumRef(json.loads(json_str))

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
from __future__ import annotations
import pprint
import re # noqa: F401

View File

@@ -12,7 +12,6 @@
Do not edit the class manually.
""" # noqa: E501
import io
import json
import logging