Skip to content

Commit 83a92bb

Browse files
lint
1 parent a664fa6 commit 83a92bb

15 files changed

Lines changed: 15 additions & 0 deletions

File tree

tests_integration/agents/run_agents.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

tests_integration/embedding_assistant/run_embedding_assistant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

tests_integration/event_store_postgres/run_event_store_postgres.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

tests_integration/function_assistant/run_function_assistant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

tests_integration/function_call_assistant/run_function_call_assistant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

tests_integration/hith_assistant/run_hith_assistant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

tests_integration/input_output_topics/run_input_output_topics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

tests_integration/invoke_kwargs/run_invoke_kwargs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

tests_integration/mcp_assistant/run_mcp_assistant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

tests_integration/multimodal_assistant/run_multimodal_assistant.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import sys
77
from pathlib import Path
88

9+
910
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
1011

1112

0 commit comments

Comments
 (0)