Skip to content

Commit 9e8b87f

Browse files
committed
Fix lint
1 parent 37c1f49 commit 9e8b87f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dash/dash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2429,7 +2429,7 @@ def run(
24292429
"""
24302430

24312431
# Update self.config.hide_all_callbacks
2432-
self.config.update({'hide_all_callbacks': hide_all_callbacks})
2432+
self.config.update({"hide_all_callbacks": hide_all_callbacks})
24332433

24342434
if debug is None:
24352435
debug = get_combined_config("debug", None, False)

0 commit comments

Comments
 (0)