format: code lint

(ruff, uv 是个好东西)
This commit is contained in:
Soulter
2024-12-10 22:09:53 +08:00
parent 90df679a77
commit c6bdac8835
66 changed files with 204 additions and 162 deletions
-3
View File
@@ -1,11 +1,8 @@
import asyncio
from asyncio import Queue
from collections import defaultdict
from typing import List
from astrbot.core.pipeline.scheduler import PipelineScheduler
from astrbot.core import logger
from .platform import AstrMessageEvent
from astrbot.core.message.components import Image, Plain
class EventBus:
def __init__(self, event_queue: Queue, pipeline_scheduler: PipelineScheduler):