From 11231769216ce4ccb43b68601e79b98d711f6c1e Mon Sep 17 00:00:00 2001 From: Shroominic Date: Sat, 11 Nov 2023 19:12:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20type=20annotations?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/extraction_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/extraction_test.py b/tests/extraction_test.py index fbe1206..96ac9b0 100644 --- a/tests/extraction_test.py +++ b/tests/extraction_test.py @@ -18,7 +18,7 @@ def description(task: Task) -> str: return chain() -async def extract_task(task_description: Task) -> Task: +async def extract_task(task_description: str) -> Task: """ EXTRACT TASK: {task_description} """ @@ -36,7 +36,7 @@ def compare_tasks(task: Task, task2: Task) -> bool: return chain() -def test_extraction(): +def test_extraction() -> None: from asyncio import run as _await task = Task(