mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
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")
|
||||
tool = PythonAstREPLTool()
|
||||
output = tool.run(_AST_SAMPLE_CODE_EXECUTE)
|
||||
print(output)
|
||||
assert output == 30
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user