Skip to content

Commit

Permalink
Fix flake
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Aug 29, 2021
1 parent 1daef7c commit 88514ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/viewable.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def _on_msg(self, ref, manager, msg):
root, doc, comm = state._views[ref][1:]
patch_cds_msg(root, msg)
if bokeh_version >= '2.4':
hold = doc.callbacks.hold_value
held = doc.callbacks.hold_value
else:
held = doc._hold
patch = manager.assemble(msg)
Expand Down

0 comments on commit 88514ad

Please sign in to comment.