Cleanup: Python script formatting
- Double quotes for strings. - Trailing commas when wrapped lines.
This commit is contained in:
@@ -26,7 +26,7 @@ class MyPanel(bpy.types.Panel):
|
||||
|
||||
classes = [
|
||||
MyPropGroup,
|
||||
MyPanel
|
||||
MyPanel,
|
||||
]
|
||||
|
||||
class_register, class_unregister = bpy.utils.register_classes_factory(classes)
|
||||
|
||||
Reference in New Issue
Block a user