From de50414471201abdb515f7a2c17350f545b03601 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 15 Jun 2026 21:26:32 +0000 Subject: [PATCH] fix(drain): add missing asyncio import for call_later Co-Authored-By: Claude Opus 4.6 --- meshai/central/consumer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meshai/central/consumer.py b/meshai/central/consumer.py index 5b04cca..892b179 100644 --- a/meshai/central/consumer.py +++ b/meshai/central/consumer.py @@ -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