Unverified Commit 9c525082 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[Misc] remove unnecessary print() from test_partition.py

parent 1e886cb9
......@@ -837,7 +837,6 @@ def test_not_sorted_node_edge_map():
"""
with tempfile.TemporaryDirectory() as test_dir:
part_config = os.path.join(test_dir, "test_graph.json")
print(part_config)
with open(part_config, "w") as file:
file.write(part_config_str)
# Part 0.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment