Skip to content

Commit

Permalink
Implemented small simplification to _set_stream_parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jlstevens committed Mar 29, 2017
1 parent 7f473f1 commit 47ab063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions holoviews/streams.py
Expand Up @@ -183,9 +183,9 @@ def _set_stream_parameters(self, **kwargs):
for (param, const) in zip(params, constants):
param.constant = const
raise
else:
for (param, const) in zip(params, constants):
param.constant = const

for (param, const) in zip(params, constants):
param.constant = const


def update(self, trigger=True, **kwargs):
Expand Down

0 comments on commit 47ab063

Please sign in to comment.