mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-17 19:40:44 +00:00
🚨 Develop: 完全使用 ruff 替代 isort 与 black (#3151)
This commit is contained in:
@ -8,9 +8,9 @@ FrontMatter:
|
||||
"""
|
||||
|
||||
import contextlib
|
||||
from dataclasses import dataclass, field
|
||||
from types import ModuleType
|
||||
from dataclasses import field, dataclass
|
||||
from typing import TYPE_CHECKING, Any, Type, Optional # noqa: UP035
|
||||
from typing import TYPE_CHECKING, Any, Optional, Type # noqa: UP035
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
Reference in New Issue
Block a user