From 384ecef46c1de515ef861afdb001a6922c64fcd7 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 9 Nov 2023 17:43:29 +0200 Subject: [PATCH] flake --- library/ix-dev/community/vikunja/upgrade_strategy | 1 - 1 file changed, 1 deletion(-) diff --git a/library/ix-dev/community/vikunja/upgrade_strategy b/library/ix-dev/community/vikunja/upgrade_strategy index 1633b216e9..18f839fa7b 100755 --- a/library/ix-dev/community/vikunja/upgrade_strategy +++ b/library/ix-dev/community/vikunja/upgrade_strategy @@ -26,7 +26,6 @@ def newer_mapping(image_tags): "app_version": "" } - for key in image_tags.keys(): RE_STABLE_VERSION = ENUMS[key].get('RE_STABLE_VERSION', None) if key in ENUMS else None if (RE_STABLE_VERSION is None):