Skip to content

Commit

Permalink
disable
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas authored Jun 1, 2024
1 parent 52ff938 commit 4e305bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pysankey/sankey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,4 +496,5 @@ def _get_positions_and_total_widths(
topEdge = label_widths["top"]
widths[label] = label_widths
LOGGER.debug("%s position of '%s' : %s", side, label, label_widths)
# pylint: disable-next=possibly-used-before-assignment
return widths, topEdge

0 comments on commit 4e305bb

Please sign in to comment.