Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
enavarro51 committed Aug 1, 2023
1 parent ac5541a commit acaa7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/retworkx_backwards_compat/digraph/test_dot.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def test_digraph_graph_attrs(self):
def test_digraph_no_args(self):
graph = retworkx.directed_gnp_random_graph(3, 0.95, seed=24)
dot_str = graph.to_dot()
self.assertEqual("digraph {\n0 ;\n1 ;\n2 ;\n0 -> 1 ;\n0 -> 2 ;\n}\n", dot_str)
self.assertEqual("digraph {\n0 ;\n1 ;\n2 ;\n0 -> 1 ;\n0 -> 2 ;\n}\n", dot_str)

0 comments on commit acaa7b7

Please sign in to comment.