mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2026-01-25 07:31:49 +00:00
🎨 Apply black formatting
This commit is contained in:
@@ -12,7 +12,6 @@ from typing import Optional
|
|||||||
from nonebot import logger
|
from nonebot import logger
|
||||||
|
|
||||||
from .models import Plugin, PluginMetadata
|
from .models import Plugin, PluginMetadata
|
||||||
|
|
||||||
from .utils import path_to_module_name
|
from .utils import path_to_module_name
|
||||||
|
|
||||||
_plugins: dict[str, Plugin] = {}
|
_plugins: dict[str, Plugin] = {}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
from types import ModuleType
|
from types import ModuleType
|
||||||
from typing import Any
|
from typing import Any
|
||||||
|
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user