Skip to content

Commit

Permalink
fixed ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
vnherdeiro committed Aug 30, 2024
1 parent 901cb82 commit 484d4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python_package_test/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 484d4f8

Please sign in to comment.