Skip to content

Commit

Permalink
Flake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Nov 14, 2020
1 parent d325e9e commit c4afc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hvplot/interactive.py
Expand Up @@ -381,7 +381,7 @@ def widgets(self):
widgets.append(op_arg)
if (isinstance(op_arg, param.Parameter) and
isinstance(op_arg.owner, pn.widgets.Widget)):
widget.append(op_arg.owner)
widgets.append(op_arg.owner)
return pn.Column(*widgets)

def dmap(self):
Expand Down

0 comments on commit c4afc09

Please sign in to comment.