Skip to content

Commit

Permalink
Fixed flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Mar 6, 2020
1 parent 995d0d4 commit 39d1980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/core/accessors.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def transform(self, *args, **kwargs):
"""
kwargs['_method_args'] = args
kwargs['per_element'] = True
return self.__call__('transform', drop=drop, **kwargs)
return self.__call__('transform', **kwargs)

@add_metaclass(AccessorPipelineMeta)
class Redim(object):
Expand Down

0 comments on commit 39d1980

Please sign in to comment.