Cleanup: quiet python linter warnings

This commit is contained in:
Campbell Barton
2025-04-16 11:08:40 +10:00
parent f445df26f7
commit 9567ac1272
14 changed files with 14 additions and 16 deletions

View File

@@ -112,7 +112,7 @@ def api_dump(args):
dump_module = dump["bpy.types"] = {}
struct = rna_info.BuildRNAInfo()[0]
for struct_id, struct_info in sorted(struct.items()):
for _struct_id, struct_info in sorted(struct.items()):
struct_id_str = struct_info.identifier