mirror of
https://github.com/Mintplex-Labs/langchain-python.git
synced 2026-07-19 13:26:32 -04:00
Remove print statement from test (#2809)
Remove unnecessary print statement.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user