Skip to content

Commit dd567b3

Browse files
Update Python API stub files
1 parent 35c441c commit dd567b3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/bindings/python/src/openvino/_ov_api.pyi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ from openvino._pyopenvino import RTMap
1111
from openvino._pyopenvino import Tensor
1212
from openvino._pyopenvino import TensorVector
1313
from openvino._pyopenvino import Type
14-
from openvino.package_utils import deprecatedclassproperty
1514
from openvino.utils.data_helpers.data_dispatcher import _data_dispatch
1615
from openvino.utils.data_helpers.wrappers import OVDict
1716
from openvino.utils.data_helpers.wrappers import _InferRequestWrapper
@@ -26,7 +25,7 @@ import openvino.utils.data_helpers.wrappers
2625
import pathlib
2726
import traceback as traceback
2827
import typing
29-
__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']
28+
__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']
3029
class AsyncInferQueue(openvino._pyopenvino.AsyncInferQueue):
3130
"""
3231
AsyncInferQueue with a pool of asynchronous requests.

src/bindings/python/src/openvino/_pyopenvino/__init__.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5030,7 +5030,6 @@ class Type:
50305030
u4: typing.ClassVar[Type] # value = <Type: 'uint4_t'>
50315031
u64: typing.ClassVar[Type] # value = <Type: 'uint64_t'>
50325032
u8: typing.ClassVar[Type] # value = <Type: 'uint8_t'>
5033-
undefined: typing.ClassVar[Type] # value = <Type: 'dynamic'>
50345033
def __eq__(self, arg0: Type) -> bool:
50355034
...
50365035
def __hash__(self) -> int:

0 commit comments

Comments
 (0)