Skip to content

Commit

Permalink
Regenerate for autorest.python (2024-12-11 06:01:52)
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoPrFromHttpClientPython authored and AutoPrFromHttpClientPython committed Dec 11, 2024
1 parent 6df2ff1 commit 3ce700e
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 252 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
if TYPE_CHECKING:
from ._patch import * # pylint: disable=unused-wildcard-import

from ._no_operations_service_client import NoOperationsServiceClient # type: ignore
from ._version import VERSION

__version__ = VERSION
Expand All @@ -24,9 +23,7 @@
_patch_all = []
from ._patch import patch_sdk as _patch_sdk

__all__ = [
"NoOperationsServiceClient",
]
__all__ = []
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore

_patch_sdk()

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
from azure.core.tracing.decorator_async import distributed_trace_async
from azure.core.utils import case_insensitive_dict

from ..._vendor import raise_if_not_implemented
from ...operations._operations import build_formdata_upload_file_via_body_request
from .._vendor import raise_if_not_implemented

if sys.version_info >= (3, 9):
from collections.abc import MutableMapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------
from ..._vendor import raise_if_not_implemented
from .._vendor import raise_if_not_implemented


class FormdataurlencodedOperations: # pylint: disable=abstract-class-instantiated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
build_media_types_content_type_with_encoding_request,
build_media_types_put_text_and_json_body_request,
)
from ..._vendor import raise_if_not_implemented
from .._vendor import MediaTypesClientMixinABC
from .._vendor import MediaTypesClientMixinABC, raise_if_not_implemented

if sys.version_info >= (3, 9):
from collections.abc import MutableMapping
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
if TYPE_CHECKING:
from ._patch import * # pylint: disable=unused-wildcard-import

from ._client import NoOperationsServiceClient # type: ignore
from ._version import VERSION

__version__ = VERSION
Expand All @@ -24,9 +23,7 @@
_patch_all = []
from ._patch import patch_sdk as _patch_sdk

__all__ = [
"NoOperationsServiceClient",
]
__all__ = []
__all__.extend([p for p in _patch_all if p not in __all__]) # pyright: ignore

_patch_sdk()

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@
from azure.core.tracing.decorator_async import distributed_trace_async
from azure.core.utils import case_insensitive_dict

from ..._vendor import raise_if_not_implemented
from ...operations._operations import (
build_import_operations_operation_one_request,
build_reserved_words_operation_with_content_param_request,
build_reserved_words_operation_with_json_param_request,
build_reserved_words_operation_with_url_request,
build_reserved_words_reserved_enum_request,
)
from .._vendor import ReservedWordsClientMixinABC
from .._vendor import ReservedWordsClientMixinABC, raise_if_not_implemented

if sys.version_info >= (3, 9):
from collections.abc import MutableMapping
Expand Down

0 comments on commit 3ce700e

Please sign in to comment.