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 37c1f49 commit 9e8b87fCopy full SHA for 9e8b87f
1 file changed
dash/dash.py
@@ -2429,7 +2429,7 @@ def run(
2429
"""
2430
2431
# Update self.config.hide_all_callbacks
2432
- self.config.update({'hide_all_callbacks': hide_all_callbacks})
+ self.config.update({"hide_all_callbacks": hide_all_callbacks})
2433
2434
if debug is None:
2435
debug = get_combined_config("debug", None, False)
0 commit comments