Skip to content

Commit bd90a95

Browse files
fix #303 & #301 (#309)
Co-authored-by: GFJ138 <sebastien.dementen@engie.com>
1 parent 4d2a4c6 commit bd90a95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

django_plotly_dash/dash_wrapper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,8 +586,6 @@ def clientside_callback(self, clientside_function, output, inputs=[], state=[]):
586586

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

0 commit comments

Comments
 (0)