feat: revert adding description, its broken in form rendering

This commit is contained in:
Gergő Jedlicska
2023-09-20 14:28:00 +02:00
parent 3416fc720c
commit 439dfc7266
+1 -7
View File
@@ -21,13 +21,7 @@ class FunctionInputs(AutomateBase):
ttps://docs.pydantic.dev/latest/usage/models/
"""
forbidden_speckle_type: list[str] = Field(
title="Forbidden speckle type",
description=(
"If a object has the following speckle_type,"
" it will be marked with an error."
),
)
forbidden_speckle_type: list[str] = Field(title="Forbidden speckle type")
def automate_function(