Fix missing import asyncio in main.py

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-21 22:10:08 +02:00
parent c8e8067993
commit b25bc3c596
+1
View File
@@ -17,6 +17,7 @@ Routes:
"""
from __future__ import annotations
import asyncio
import json
import logging
import os