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 1b3f61e commit c6805b5Copy full SHA for c6805b5
dash/dash.py
@@ -525,7 +525,7 @@ def __init__( # pylint: disable=too-many-statements, too-many-branches
525
526
# Determine backend
527
if backend is None:
528
- backend_cls = get_backend('flask')
+ backend_cls = get_backend("flask")
529
elif isinstance(backend, str):
530
backend_cls = get_backend(backend)
531
elif isinstance(backend, type):
0 commit comments