remove absolute_import (#15071)

This commit is contained in:
William Cheng
2023-03-30 10:07:15 +08:00
committed by GitHub
parent 4895b56089
commit 3ccd9be080
45 changed files with 9 additions and 88 deletions

View File

@@ -15,8 +15,6 @@
"""
from __future__ import absolute_import
__version__ = "1.0.0"
# import apis into sdk package

View File

@@ -1,5 +1,3 @@
from __future__ import absolute_import
# flake8: noqa
# import apis into api package
@@ -8,3 +6,4 @@ from openapi_client.api.form_api import FormApi
from openapi_client.api.header_api import HeaderApi
from openapi_client.api.path_api import PathApi
from openapi_client.api.query_api import QueryApi

View File

@@ -13,8 +13,6 @@
"""
from __future__ import absolute_import
import re # noqa: F401
from pydantic import validate_arguments, ValidationError

View File

@@ -13,8 +13,6 @@
"""
from __future__ import absolute_import
import re # noqa: F401
from pydantic import validate_arguments, ValidationError

View File

@@ -13,8 +13,6 @@
"""
from __future__ import absolute_import
import re # noqa: F401
from pydantic import validate_arguments, ValidationError

View File

@@ -13,8 +13,6 @@
"""
from __future__ import absolute_import
import re # noqa: F401
from pydantic import validate_arguments, ValidationError

View File

@@ -13,8 +13,6 @@
"""
from __future__ import absolute_import
import re # noqa: F401
from pydantic import validate_arguments, ValidationError

View File

@@ -1,4 +1,5 @@
# coding: utf-8
"""
Echo Server API
@@ -11,7 +12,6 @@
Do not edit the class manually.
"""
from __future__ import absolute_import
import atexit
import datetime

View File

@@ -13,8 +13,6 @@
"""
from __future__ import absolute_import
import copy
import logging
import multiprocessing

View File

@@ -14,8 +14,6 @@
"""
from __future__ import absolute_import
# import models into model package
from openapi_client.models.bird import Bird
from openapi_client.models.category import Category

View File

@@ -13,8 +13,6 @@
"""
from __future__ import absolute_import
import io
import json
import logging