Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Oct 11, 2024
1 parent 54c0e77 commit d84a6ea
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/antares_web_installer/gui/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
from threading import Thread
from typing import Optional

from antares_web_installer.gui.mvc import Controller, ControllerError
from antares_web_installer.gui.model import WizardModel
from antares_web_installer.gui.view import WizardView

from antares_web_installer import logger
from antares_web_installer.app import App, InstallError
from antares_web_installer.gui.logger import ConsoleHandler, ProgressHandler, LogFileHandler
from antares_web_installer.gui.model import WizardModel
from antares_web_installer.gui.mvc import Controller
from antares_web_installer.gui.view import WizardView


def run_installation(app: App) -> None:
Expand Down

0 comments on commit d84a6ea

Please sign in to comment.