Skip to content

Commit

Permalink
fix: Update type hint
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Jun 24, 2024
1 parent 314eaa6 commit aed05e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/temporal/batch_exports/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit aed05e0

Please sign in to comment.