From aed05e01b4c583465b3c7a6ad6b204ab1a2d439c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Fri, 21 Jun 2024 01:59:45 +0200 Subject: [PATCH] fix: Update type hint --- posthog/temporal/batch_exports/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/temporal/batch_exports/utils.py b/posthog/temporal/batch_exports/utils.py index 742e68db845775..78754b2a4b572a 100644 --- a/posthog/temporal/batch_exports/utils.py +++ b/posthog/temporal/batch_exports/utils.py @@ -85,7 +85,7 @@ async def try_set_batch_export_run_to_running(run_id: str | None, logger, timeou """ if run_id is None: # Should never land here except in tests of individual activities - yield + yield None return background_task = asyncio.create_task(