fix: preserve import order in clean_proactive_convo_table.py (#12901)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: OpenHands Bot <contact@all-hands.dev>
This commit is contained in:
Tim O'Farrell
2026-02-17 17:52:54 +00:00
committed by GitHub
parent e8425218e2
commit 35bddb14f1

View File

@@ -1,9 +1,14 @@
import asyncio
from storage.proactive_conversation_store import ProactiveConversationStore
import asyncio # noqa: I001
# This must be before the import of storage
# to set up logging and prevent alembic from
# running its mouth.
from openhands.core.logger import openhands_logger
from storage.proactive_conversation_store import (
ProactiveConversationStore,
)
OLDER_THAN = 30 # 30 minutes