From 332746a4cff6b4221f70bf30e63cff30cea34993 Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Tue, 2 Jan 2024 08:58:23 +0800 Subject: [PATCH] chore: format code Signed-off-by: Xin Liu --- .../tests/integration_tests/chat_models/test_wasm_chat.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/community/tests/integration_tests/chat_models/test_wasm_chat.py b/libs/community/tests/integration_tests/chat_models/test_wasm_chat.py index 417d25683acde..369908a2d263f 100644 --- a/libs/community/tests/integration_tests/chat_models/test_wasm_chat.py +++ b/libs/community/tests/integration_tests/chat_models/test_wasm_chat.py @@ -1,7 +1,8 @@ import pytest -from langchain_community.chat_models.wasm_chat import WasmChatService from langchain_core.messages import AIMessage, HumanMessage, SystemMessage +from langchain_community.chat_models.wasm_chat import WasmChatService + @pytest.mark.enable_socket def test_chat_wasm_service() -> None: