Skip to content

Commit 66ba585

Browse files
format the anopheles.py file
Signed-off-by: Aryan-SINGH-GIT <aryansingh12oct2005@gmail.com>
1 parent 8279c20 commit 66ba585

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

malariagen_data/anopheles.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,9 +2424,9 @@ def plot_haplotype_network(
24242424
# charts
24252425
for i, (v, c) in enumerate(color_discrete_map_prepped.items()):
24262426
node_style[f"pie-{i + 1}-background-color"] = c
2427-
node_style[f"pie-{i + 1}-background-size"] = (
2428-
f"mapData({v}, 0, 100, 0, 100)"
2429-
)
2427+
node_style[
2428+
f"pie-{i + 1}-background-size"
2429+
] = f"mapData({v}, 0, 100, 0, 100)"
24302430
node_stylesheet = {
24312431
"selector": "node",
24322432
"style": node_style,

0 commit comments

Comments
 (0)