mirror of
https://github.com/LiteyukiStudio/nonebot-plugin-marshoai.git
synced 2025-01-26 18:12:47 +08:00
🎨 Apply black formatting
This commit is contained in:
parent
7b47606039
commit
59e0871840
@ -1,6 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
||||
Copyright (C) 2020-2024 LiteyukiStudio. All Rights Reserved
|
||||
本模块为工具加载模块
|
||||
"""
|
||||
import os
|
||||
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user