From 9f84eb52756f8ef77f7d570c8753df9c348872b1 Mon Sep 17 00:00:00 2001 From: yoshino-s Date: Fri, 28 Jul 2023 06:31:32 +0000 Subject: [PATCH] Update update.py --- update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/update.py b/update.py index 1acd9f6..e69f2f8 100755 --- a/update.py +++ b/update.py @@ -19,6 +19,5 @@ except: local_tags = [] update_tags = set(tags) - set(local_tags) -update_tags.add('latest') print(' '.join(update_tags))