From f5566edf296f9f966d1a15fc03fb5bda17d6c15d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 14:46:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- vizro-core/src/vizro/models/_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/src/vizro/models/_dashboard.py b/vizro-core/src/vizro/models/_dashboard.py index 218594835..2720db4fc 100644 --- a/vizro-core/src/vizro/models/_dashboard.py +++ b/vizro-core/src/vizro/models/_dashboard.py @@ -172,7 +172,7 @@ def build(self): dash.page_container, ], ) - + # children=[layout] as a list rather than children=layout, so that app.dash.layout.children.append works to # easily add things to the Dash layout. In future we might have a neater function for patching components into # the Dash layout in which case this could change.