cleanup
This commit is contained in:
@@ -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,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,
|
||||
|
||||
Reference in New Issue
Block a user