🎨 Apply black formatting

This commit is contained in:
远野千束(神羽) 2024-12-14 03:34:54 +08:00
parent 7b47606039
commit 59e0871840
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,6 @@ from typing import Optional
from nonebot import logger
from .models import Plugin, PluginMetadata
from .utils import path_to_module_name
_plugins: dict[str, Plugin] = {}

View File

@ -1,5 +1,6 @@
from types import ModuleType
from typing import Any
from pydantic import BaseModel