Skip to content

Commit 375f0b1

Browse files
committed
Remove unnecessary docstrings
1 parent 6c94be7 commit 375f0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx_parallel/algorithms/tests/test_mis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def test_maximal_independent_set_large_graph():
141141

142142

143143
def test_maximal_independent_set_random_graph():
144-
"""Test on random graph for robustness."""
144+
"""Test on random graph."""
145145
G = nx.fast_gnp_random_graph(50, 0.1, seed=42)
146146
H = nxp.ParallelGraph(G)
147147

0 commit comments

Comments
 (0)