From a665f2550c087da10da1db936e566f4d041e8360 Mon Sep 17 00:00:00 2001 From: alexAubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 11 Apr 2024 19:19:35 +0000 Subject: [PATCH] :art: Format Python code with Black --- src/utils/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/resources.py b/src/utils/resources.py index ce2454efe..ea6d6bb40 100644 --- a/src/utils/resources.py +++ b/src/utils/resources.py @@ -154,7 +154,7 @@ class AppResource: app_upstream_version = manager.wanted["version"].split("~")[0] elif maanger and manager.current and "version" in manager.current: app_upstream_version = manager.current["version"].split("~")[0] - + replacements: dict[str, str] = { "__APP__": self.app, "__YNH_ARCH__": system_arch(),