Skip to content

Commit ae226b3

Browse files
committed
Address review
1 parent 23b62c9 commit ae226b3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pymongo_vectorsearch_utils/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
text_search_stage,
1414
vector_search_stage,
1515
)
16-
from .util import oid_to_str, str_to_oid
1716

1817
__all__ = [
1918
"__version__",
@@ -27,6 +26,4 @@
2726
"reciprocal_rank_stage",
2827
"final_hybrid_stage",
2928
"bulk_embed_and_insert_texts",
30-
"str_to_oid",
31-
"oid_to_str",
3229
]

0 commit comments

Comments
 (0)