From 484d4f842193b84052fc504941d633d705fe4f68 Mon Sep 17 00:00:00 2001 From: vnherdeiro Date: Fri, 30 Aug 2024 19:54:29 +0100 Subject: [PATCH] fixed ruff linting --- tests/python_package_test/test_plotting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_package_test/test_plotting.py b/tests/python_package_test/test_plotting.py index ff8d70fc56c6..9b3385de5eff 100644 --- a/tests/python_package_test/test_plotting.py +++ b/tests/python_package_test/test_plotting.py @@ -193,7 +193,7 @@ def test_create_tree_digraph(tmp_path, breast_cancer_split): show_info=["split_gain", "internal_value", "internal_weight"], name="Tree4", node_attr={"color": "red"}, - directory=tmp_path + directory=tmp_path, ) graph.render(view=False) assert isinstance(graph, graphviz.Digraph)