Skip to content

Commit 9fa2d3a

Browse files
Fix formatting
1 parent 6e15613 commit 9fa2d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydatastructs/graphs/tests/test_adjacency_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def test_AdjacencyMatrix():
4949
g.remove_vertex(3)
5050
neighbors = g.neighbors(2)
5151
assert neighbors == [v_0]
52-
assert g.num_vertices() == 3
52+
assert g.num_vertices() == 3

0 commit comments

Comments
 (0)