Cleanup: line length in Python scripts

This commit is contained in:
2021-10-24 19:12:34 +11:00
parent dc2524eaae
commit e288e392a8
7 changed files with 90 additions and 24 deletions

View File

@@ -1327,7 +1327,10 @@ class WM_OT_properties_edit(Operator):
use_soft_limits: BoolProperty(
name="Use Soft Limits",
description="Limits the Property Value slider to a range, values outside the range must be inputted numerically",
description=(
"Limits the Property Value slider to a range, "
"values outside the range must be inputted numerically"
),
)
array_length: IntProperty(
name="Array Length",