From bdb6e67a514655cba7973ec0171fb2c50618f2f7 Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Fri, 22 Nov 2024 17:43:18 +0100 Subject: [PATCH] fix(format) Signed-off-by: Sylvain Leclerc --- src/antares_web_installer/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/antares_web_installer/app.py b/src/antares_web_installer/app.py index b427e2f..57077b6 100644 --- a/src/antares_web_installer/app.py +++ b/src/antares_web_installer/app.py @@ -4,7 +4,6 @@ import subprocess import textwrap import time -import webbrowser from difflib import SequenceMatcher from pathlib import Path from shutil import copy2, copytree