Skip to content

Commit 5e1bab3

Browse files
Linter
Signed-off-by: Elena Kolevska <[email protected]>
1 parent 9dd3bbf commit 5e1bab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/clients/test_conversation_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
ConversationMessageOfSystem,
4545
)
4646

47+
4748
def test_string_passthrough():
4849
assert stringify_tool_output('hello') == 'hello'
4950

@@ -2147,5 +2148,6 @@ def test_default_encoder_enum_dataclass_and___dict__(self):
21472148
out_obj = stringify_tool_output(obj)
21482149
self.assertEqual(json.loads(out_obj), {'x': 10, 'y': 'y'})
21492150

2151+
21502152
if __name__ == '__main__':
21512153
unittest.main()

0 commit comments

Comments
 (0)