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:
@ -1,6 +1,6 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""
|
"""
|
||||||
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
||||||
本模块为工具加载模块
|
本模块为工具加载模块
|
||||||
"""
|
"""
|
||||||
import os
|
import os
|
||||||
@ -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