Skip to content

Commit 4e50430

Browse files
committed
format dash
1 parent bd40b56 commit 4e50430

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

dash/dash.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -748,11 +748,13 @@ def _setup_hooks(self):
748748

749749
def init_app(self, app: Optional[Any] = None, **kwargs) -> None:
750750
config = self.config
751-
config.unset_read_only([
752-
"url_base_pathname",
753-
"routes_pathname_prefix",
754-
"requests_pathname_prefix",
755-
])
751+
config.unset_read_only(
752+
[
753+
"url_base_pathname",
754+
"routes_pathname_prefix",
755+
"requests_pathname_prefix",
756+
]
757+
)
756758
config.update(kwargs)
757759
config.set_read_only(
758760
[

0 commit comments

Comments
 (0)