Cleanup: Python script formatting

- Double quotes for strings.
- Trailing commas when wrapped lines.
This commit is contained in:
Campbell Barton
2024-06-06 11:26:28 +10:00
parent 1d894aa1a7
commit 949dfbfaa8
22 changed files with 57 additions and 54 deletions

View File

@@ -26,7 +26,7 @@ class MyPanel(bpy.types.Panel):
classes = [
MyPropGroup,
MyPanel
MyPanel,
]
class_register, class_unregister = bpy.utils.register_classes_factory(classes)