Skip to content

Commit 91edee5

Browse files
committed
style: apply ruff formatting to anopheles.py
1 parent 754616c commit 91edee5

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
@@ -1788,9 +1788,9 @@ def plot_haplotype_network(
17881788
# charts
17891789
for i, (v, c) in enumerate(color_discrete_map_prepped.items()):
17901790
node_style[f"pie-{i + 1}-background-color"] = c
1791-
node_style[
1792-
f"pie-{i + 1}-background-size"
1793-
] = f"mapData({v}, 0, 100, 0, 100)"
1791+
node_style[f"pie-{i + 1}-background-size"] = (
1792+
f"mapData({v}, 0, 100, 0, 100)"
1793+
)
17941794
node_stylesheet = {
17951795
"selector": "node",
17961796
"style": node_style,

0 commit comments

Comments
 (0)