Skip to content

Commit

Permalink
will lint let me get away with this?
Browse files Browse the repository at this point in the history
  • Loading branch information
wspr committed Mar 29, 2024
1 parent 2ae5a9d commit a4349d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ausankey/ausankey.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def __init__(
label_dict=None,
label_width=0,
label_gap=0.02,
label_loc=None,
label_loc=("left", "none", "right"),
label_font=None,
flow_lw=1,
node_lw=1,
Expand Down Expand Up @@ -305,8 +305,6 @@ def setup(self, data):
self.ax = self.ax or plt.gca()
self.ax.axis("off")

if self.label_loc is None:
self.label_loc = ["left", "none", "right"]
if self.node_edge is None:
self.node_edge = False
if self.flow_edge is None:
Expand Down

0 comments on commit a4349d0

Please sign in to comment.