Skip to content

Commit

Permalink
style fixes by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr authored and github-actions[bot] committed Apr 7, 2024
1 parent b7aa950 commit 2620c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ausankey/ausankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def subplot(self, ii):
y_node_gap = self.node_gap * self.plot_height_nom
y_title_gap = self.title_gap * self.plot_height_nom
y_frame_gap = self.frame_gap * self.plot_height_nom

# horizontal positions
x_node_width = self.node_width * self.plot_width_nom
x_label_width = self.label_width * self.plot_width_nom
Expand Down

0 comments on commit 2620c48

Please sign in to comment.