From 0df847f0cb53e2fdd828c144c6dd86cd2ec36fa5 Mon Sep 17 00:00:00 2001 From: Mark Sze <66362098+marklysze@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:17:25 +1100 Subject: [PATCH] Update test_websockets.py formatting --- test/io/test_websockets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/io/test_websockets.py b/test/io/test_websockets.py index 03ef18dfda..ac07d91fc8 100644 --- a/test/io/test_websockets.py +++ b/test/io/test_websockets.py @@ -9,12 +9,12 @@ import pytest from conftest import skip_openai +from websockets.exceptions import ConnectionClosed import autogen from autogen.cache.cache import Cache from autogen.io import IOWebsockets from autogen.io.base import IOStream -from websockets.exceptions import ConnectionClosed KEY_LOC = "notebook" OAI_CONFIG_LIST = "OAI_CONFIG_LIST"