We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cea41d commit c68fd73Copy full SHA for c68fd73
dash/dash.py
@@ -601,7 +601,7 @@ def _generate_scripts_html(self):
601
)
602
603
def _generate_config_html(self):
604
- return ('<script id="_dash-config" type="application/json">{}</script>').format(
+ return '<script id="_dash-config" type="application/json">{}</script>'.format(
605
json.dumps(self._config())
606
607
0 commit comments