Skip to content

Commit aaf7987

Browse files
It looks like the file tests/test_chat.py needed some formatting adjustments after recent changes to its import statements. I've taken care of that to ensure it aligns with the project's coding style.
1 parent 93f5407 commit aaf7987

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_chat.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,6 @@ def retrieve_side_effect_scen_a(request):
481481
assert respx_mock.calls_by_namespace("post /v3/chat/retrieve").call_count == 1
482482

483483

484-
485-
486484
@pytest.mark.respx(base_url="https://api.coze.com")
487485
@pytest.mark.asyncio
488486
class TestAsyncChatConversationMessage: # Consider renaming to TestAsyncChat for consistency

0 commit comments

Comments
 (0)