Stavros kois 1 년 전
부모
커밋
384ecef46c
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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):