From db944417501d785072b31e401160002d00234f88 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 10:25:59 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- vizro-core/tests/e2e/dashboards/run_all_dashboards.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vizro-core/tests/e2e/dashboards/run_all_dashboards.py b/vizro-core/tests/e2e/dashboards/run_all_dashboards.py index 6174de8bf..f1d07cab0 100644 --- a/vizro-core/tests/e2e/dashboards/run_all_dashboards.py +++ b/vizro-core/tests/e2e/dashboards/run_all_dashboards.py @@ -1,6 +1,7 @@ """Script to run all dashboards in the background in circleci.""" import os + import e2e_constants as cnst os.system(f"gunicorn dashboard:app -b 0.0.0.0:{cnst.DEFAULT_PORT} -w 3 --timeout 90 &")