From a30c1b826534d4871f20ba55ae90e11a23cf88d3 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Wed, 5 Jun 2024 20:48:21 +0200 Subject: [PATCH] Update worlds/LauncherComponents.py Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com> --- worlds/LauncherComponents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/LauncherComponents.py b/worlds/LauncherComponents.py index 3b1dcdf8477a..60ff112a0014 100644 --- a/worlds/LauncherComponents.py +++ b/worlds/LauncherComponents.py @@ -117,7 +117,7 @@ def _install_apworld(apworld_path: str = ""): return apworld_path, target -def install_apworld(apworld_path: str = ""): +def install_apworld(apworld_path: str = "") -> None: try: source, target = _install_apworld(apworld_path) except Exception as e: