Skip to content

Commit 5fb44e7

Browse files
committed
Updated pr.
1 parent 198eac5 commit 5fb44e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ads/model/framework/embedding_onnx_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2024 Oracle and/or its affiliates.
44
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
55

6-
from typing import Dict, Self
6+
from typing import Dict
77

88
from ads.model.extractor.embedding_onnx_extractor import EmbeddingONNXExtractor
99
from ads.model.generic_model import FrameworkSpecificModel
@@ -161,7 +161,7 @@ def __init__(
161161
auth: Dict | None = None,
162162
serialize: bool = False,
163163
**kwargs: dict,
164-
) -> Self:
164+
):
165165
"""
166166
Initiates a EmbeddingONNXModel instance.
167167

0 commit comments

Comments
 (0)