From 5a56c4503408cd8757fd08e636db37d3a187d1f8 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 07:32:27 +0000 Subject: [PATCH] style: format code with black, prettier and isort Format code with black, prettier and isort This commit fixes the style issues introduced in 86e1133 according to the output from Black, Prettier and isort. Details: None --- docs/user/wflow_engine/wflow_engines2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/wflow_engine/wflow_engines2.md b/docs/user/wflow_engine/wflow_engines2.md index d0444aef51..6dcdd302b1 100644 --- a/docs/user/wflow_engine/wflow_engines2.md +++ b/docs/user/wflow_engine/wflow_engines2.md @@ -116,7 +116,7 @@ graph LR !!! Important If you haven't done so yet, make sure you update the quacc `WORKFLOW_ENGINE` [configuration variable](../settings.md): - + ```bash quacc set WORKFLOW_ENGINE prefect ```