Skip to content

Commit 9217b57

Browse files
committed
Reformat code
1 parent 6e93cc8 commit 9217b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chinese_whispers/test_chinese_whispers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class TestChineseWhispers(unittest.TestCase):
2727
SEED = 1337
2828

2929
G = nx.karate_club_graph()
30-
custom_label_key = "cluster_id"
30+
custom_label_key = 'cluster_id'
3131

3232
def setUp(self) -> None:
3333
# networkx/networkx#5285

0 commit comments

Comments
 (0)