Skip to content

Commit 48863a5

Browse files
committed
minor formatting fix
1 parent f4d9799 commit 48863a5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/integration/fast_api/test_Fast_API__via_Http.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
from fastapi import FastAPI
33
from osbot_fast_api.utils.Fast_API_Server import Fast_API_Server
44
from osbot_utils.context_managers.print_duration import print_duration
5-
from osbot_utils.testing.Stdout import Stdout
6-
from osbot_utils.utils.Dev import pprint
7-
8-
from osbot_llms.models.LLMs__Chat_Completion import LLMs__Chat_Completion
5+
from osbot_llms.models.LLMs__Chat_Completion import LLMs__Chat_Completion
96
from osbot_llms.utils.Version import version__osbot_llms
107
from tests.llm_fast_api__for_tests import llm_fast_api, llm_fast_api__app
118

@@ -44,8 +41,6 @@ def test__chat__completion(self):
4441
user_prompt = '51-9' )
4542
llm_chat_completion = LLMs__Chat_Completion(**kwargs)
4643
response = self.fast_api_server.requests_post('/chat/completion', data=llm_chat_completion)
47-
#pprint(dict(response.headers))
48-
#pprint(response.text)
4944
assert '42' in response.text
5045

5146

0 commit comments

Comments
 (0)