From 1e8775701681cf5e8e434a3de548a56f21cf307e Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Thu, 31 Oct 2024 13:15:05 +0100 Subject: [PATCH] fix: formatting Signed-off-by: Sylvain Leclerc --- src/antares_web_installer/gui/controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/antares_web_installer/gui/controller.py b/src/antares_web_installer/gui/controller.py index 3f2836c..bd5732d 100644 --- a/src/antares_web_installer/gui/controller.py +++ b/src/antares_web_installer/gui/controller.py @@ -2,6 +2,7 @@ references: ebarr: https://stackoverflow.com/questions/23947281/python-multiprocessing-redirect-stdout-of-a-child-process-to-a-tkinter-text """ + import shutil import typing from pathlib import Path