From 8208861fdeb4478c2c49cf552a934ca7723711d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerg=C5=91=20Jedlicska?= Date: Thu, 21 Sep 2023 11:24:05 +0200 Subject: [PATCH] cleanup --- main.py | 2 +- tests/test_function.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/main.py b/main.py index d097b50..b424b18 100644 --- a/main.py +++ b/main.py @@ -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( diff --git a/tests/test_function.py b/tests/test_function.py index 3d9a7f2..574f1b4 100644 --- a/tests/test_function.py +++ b/tests/test_function.py @@ -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,