Skip to content

Commit b8b331a

Browse files
Fix CI and lint issues
1 parent 53828e5 commit b8b331a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

stackone_ai/models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,3 @@ def to_langchain(self) -> Sequence[BaseTool]:
564564
Sequence of tools in LangChain format
565565
"""
566566
return [tool.to_langchain() for tool in self.tools]
567-

tests/test_semantic_search.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,4 +902,3 @@ def test_search_action_names_normalizes_versions(self, mock_search: MagicMock) -
902902
# Sorted by score descending
903903
assert results[0].similarity_score == 0.95
904904
assert results[1].similarity_score == 0.90
905-

0 commit comments

Comments
 (0)