forked from Archives/langchain
Remove print statement from test (#2809)
Remove unnecessary print statement.
This commit is contained in:
parent
2a89dc8c1c
commit
802363eb6a
@ -97,7 +97,6 @@ def test_python_ast_repl_multi_statement() -> None:
|
|||||||
pytest.skip("Python 3.9+ is required for this test")
|
pytest.skip("Python 3.9+ is required for this test")
|
||||||
tool = PythonAstREPLTool()
|
tool = PythonAstREPLTool()
|
||||||
output = tool.run(_AST_SAMPLE_CODE_EXECUTE)
|
output = tool.run(_AST_SAMPLE_CODE_EXECUTE)
|
||||||
print(output)
|
|
||||||
assert output == 30
|
assert output == 30
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user