Skip to content

Commit

Permalink
Apply linting
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Feb 16, 2022
1 parent af0db2f commit 61574b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lumen/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ def _update_views(self, invalidate_cache=True, update_views=True, init=False, ev
# Re-render target when controls or refs update but we ensure
# that all other views linked to the controls are updated first
if init:
rerender = partial(self._rerender, invalidate_cache=False)
rerender_cache = partial(self._rerender, invalidate_cache=True)
transforms = []
for view in linked_views:
Expand Down

0 comments on commit 61574b3

Please sign in to comment.