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 Mar 20, 2024
1 parent 0eb0bfa commit b42ff45
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 @@ -305,7 +305,7 @@ def _sankey(
labelind = 2 * ii
weightind = 2 * ii + 1

if ii < num_flow-1:
if ii < num_flow - 1:
labels_lr = [
pd.Series(data[labelind]),
pd.Series(data[labelind + 2]),
Expand Down

0 comments on commit b42ff45

Please sign in to comment.