mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-08-01 19:49:59 +00:00
🎨 Apply black formatting
This commit is contained in:
@ -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] = {}
|
||||
|
@ -1,5 +1,6 @@
|
||||
from types import ModuleType
|
||||
from typing import Any
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user