Skip to content

Commit

Permalink
Fixed flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 23, 2020
1 parent 40f2820 commit 262e583
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion holoviews/plotting/bokeh/element.py
Expand Up @@ -1240,7 +1240,6 @@ def _postprocess_hover(self, renderer, source):
if hover is None:
return
if not isinstance(hover.tooltips, util.basestring) and 'hv_created' in hover.tags:
tooltips = hover.tooltips
for k, values in source.data.items():
key = '@{%s}' % k
if key in hover.formatters:
Expand Down
1 change: 0 additions & 1 deletion holoviews/plotting/bokeh/path.py
Expand Up @@ -201,7 +201,6 @@ def _get_hover_data(self, data, element):
data[dim] = element.dimension_values(d, expanded=False)
else:
data[dim] = element.split(datatype='array', dimensions=[d])
values = data[dim]

for k, v in self.overlay_dims.items():
dim = util.dimension_sanitizer(k.name)
Expand Down

0 comments on commit 262e583

Please sign in to comment.