[ci] auto-format

This commit is contained in:
brostosjoined 2025-07-23 19:43:47 +00:00 committed by github-actions[bot]
parent 614958825d
commit 0404a014c8

View file

@ -58,7 +58,7 @@ def extract_plugman(plugins):
# Split the path and get the part after 'plugins/'
parts = plugin.split("plugins/")[1].split("/")
category = parts[0] # First part after plugins/
with open(plugin, "r") as f:
tree = ast.parse(f.read())