This commit is contained in:
Gergő Jedlicska
2023-09-21 11:24:05 +02:00
parent ce90afeab5
commit 8208861fde
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class FunctionInputs(AutomateBase):
Automate will make sure to supply them matching the types specified here.
Please use the pydantic model schema to define your inputs:
ttps://docs.pydantic.dev/latest/usage/models/
https://docs.pydantic.dev/latest/usage/models/
"""
forbidden_speckle_type: str = Field(
-2
View File
@@ -2,12 +2,10 @@
import os
import secrets
import string
from pathlib import Path
import pytest
from gql import gql
from speckle_automate import (
AutomationContext,
AutomationRunData,
AutomationStatus,
run_function,