Skip to content

Commit

Permalink
fix #303 & #301 (#309)
Browse files Browse the repository at this point in the history
Co-authored-by: GFJ138 <sebastien.dementen@engie.com>
  • Loading branch information
sdementen and sebastiendementen committed Jan 24, 2021
1 parent 4d2a4c6 commit bd90a95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django_plotly_dash/dash_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,6 @@ def clientside_callback(self, clientside_function, output, inputs=[], state=[]):

if isinstance(output, (list, tuple)):
fixed_outputs = [self._fix_callback_item(x) for x in output]
# Temporary check; can be removed once the library has been extended
raise NotImplementedError("django-plotly-dash cannot handle multiple callback outputs at present")
else:
fixed_outputs = self._fix_callback_item(output)

Expand Down

0 comments on commit bd90a95

Please sign in to comment.