From e515f1dee147f8f50e782f85ff58ace32cb4a1cd Mon Sep 17 00:00:00 2001 From: brostosjoined <67740566+brostosjoined@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:16:34 +0000 Subject: [PATCH] [ci] auto-format --- test/plugman_json_updater.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/plugman_json_updater.py b/test/plugman_json_updater.py index f6c9834..77f0f90 100644 --- a/test/plugman_json_updater.py +++ b/test/plugman_json_updater.py @@ -24,5 +24,3 @@ for category in plugin_category: # Ensure old content is removed file.truncate() print(f"All {category} version have been upgraded") - -