From 439dfc7266e39166b85a1a118313bb61e3ce8b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Wed, 20 Sep 2023 14:28:00 +0200 Subject: [PATCH] feat: revert adding description, its broken in form rendering --- main.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/main.py b/main.py index df7007f..c5723cd 100644 --- a/main.py +++ b/main.py @@ -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(