Skip to content

Commit

Permalink
Update ops.py
Browse files Browse the repository at this point in the history
Signed-off-by: Alicja Miloszewska <[email protected]>
  • Loading branch information
almilosz committed Dec 11, 2024
1 parent 9f129db commit ed8b897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/python/src/openvino/opset8/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import List, Optional, Tuple

import numpy as np
from openvino.runtime.exceptions import UserInputError
from openvino.exceptions import UserInputError
from openvino.op import Constant, Parameter, if_op
from openvino.runtime import Node
from openvino.runtime.opset_utils import _get_node_factory
Expand Down

0 comments on commit ed8b897

Please sign in to comment.