Apply patch [skip ci]

This commit is contained in:
open-swe[bot]
2025-08-11 20:54:39 +00:00
parent dd85d83cc0
commit b85e49ad19

View File

@@ -8,8 +8,11 @@ EXPECTED_ALL = [
"AzureChatOpenAI",
"AzureOpenAIEmbeddings",
"custom_tool",
"BatchError",
"BatchStatus",
]
def test_all_imports() -> None:
assert sorted(EXPECTED_ALL) == sorted(__all__)