Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions sagemaker-core/src/sagemaker/core/jumpstart/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,6 @@ def _parse_primary_expression(self, tokens: List[str], pos: int) -> tuple[_Expre
# Pattern token
return _PatternNode(token), pos + 1

def _convert_expression(self, expr: str) -> str:
"""
Legacy method for backward compatibility.
This method is no longer used but kept to avoid breaking changes.
"""
# This method is deprecated and should not be used
# It's kept only for backward compatibility
return expr


def _list_all_hub_models(hub_name: str, sm_client: Session) -> Iterator[HubContent]:
"""
Expand Down
Loading