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.
2 parents 1cea41d + c68fd73 commit 308e38bCopy full SHA for 308e38b
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