Stavros kois 1 year ago
parent
commit
384ecef46c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      library/ix-dev/community/vikunja/upgrade_strategy

+ 0 - 1
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):