fix(drain): add missing asyncio import for call_later

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ubuntu 2026-06-15 21:26:32 +00:00
commit de50414471

View file

@ -11,6 +11,7 @@ Wire format (see Central CONSUMER-INTEGRATION guide, confirmed in v0.4 Phase A):
-> Event["data"] (upstream payload, verbatim, incl `_enriched`)
"""
import asyncio
import json
import logging
import re