Skip to content

Commit

Permalink
Update test_websockets.py formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze authored Dec 30, 2024
1 parent cb3823e commit 0df847f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/io/test_websockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0df847f

Please sign in to comment.