diff --git a/src/bindings/python/src/openvino/_ov_api.pyi b/src/bindings/python/src/openvino/_ov_api.pyi index fcda24ea338da1..55a49bc66a413c 100644 --- a/src/bindings/python/src/openvino/_ov_api.pyi +++ b/src/bindings/python/src/openvino/_ov_api.pyi @@ -11,7 +11,6 @@ from openvino._pyopenvino import RTMap from openvino._pyopenvino import Tensor from openvino._pyopenvino import TensorVector from openvino._pyopenvino import Type -from openvino.package_utils import deprecatedclassproperty from openvino.utils.data_helpers.data_dispatcher import _data_dispatch from openvino.utils.data_helpers.wrappers import OVDict from openvino.utils.data_helpers.wrappers import _InferRequestWrapper @@ -26,7 +25,7 @@ import openvino.utils.data_helpers.wrappers import pathlib import traceback as traceback import typing -__all__: list[str] = ['AsyncInferQueue', 'AsyncInferQueueBase', 'CompiledModel', 'CompiledModelBase', 'Core', 'CoreBase', 'InferRequest', 'Iterator', 'Model', 'ModelBase', 'ModelMeta', 'Node', 'OVDict', 'Path', 'RTMap', 'Tensor', 'TensorVector', 'TracebackType', 'Type', 'compile_model', 'deprecatedclassproperty', 'io', 'tensor_from_file', 'traceback'] +__all__: list[str] = ['AsyncInferQueue', 'AsyncInferQueueBase', 'CompiledModel', 'CompiledModelBase', 'Core', 'CoreBase', 'InferRequest', 'Iterator', 'Model', 'ModelBase', 'ModelMeta', 'Node', 'OVDict', 'Path', 'RTMap', 'Tensor', 'TensorVector', 'TracebackType', 'Type', 'compile_model', 'io', 'tensor_from_file', 'traceback'] class AsyncInferQueue(openvino._pyopenvino.AsyncInferQueue): """ AsyncInferQueue with a pool of asynchronous requests. diff --git a/src/bindings/python/src/openvino/_pyopenvino/__init__.pyi b/src/bindings/python/src/openvino/_pyopenvino/__init__.pyi index be5ff913b981d1..d4c9f862ce3096 100644 --- a/src/bindings/python/src/openvino/_pyopenvino/__init__.pyi +++ b/src/bindings/python/src/openvino/_pyopenvino/__init__.pyi @@ -5030,7 +5030,6 @@ class Type: u4: typing.ClassVar[Type] # value = u64: typing.ClassVar[Type] # value = u8: typing.ClassVar[Type] # value = - undefined: typing.ClassVar[Type] # value = def __eq__(self, arg0: Type) -> bool: ... def __hash__(self) -> int: