mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 19:11:00 +00:00
🚨 Develop: 完全使用 ruff 替代 isort 与 black (#3151)
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
from typing import TYPE_CHECKING, Union, Optional
|
||||
from typing import TYPE_CHECKING, Optional, Union
|
||||
|
||||
from pydantic import BaseModel, Field
|
||||
import pytest
|
||||
from pydantic import Field, BaseModel
|
||||
|
||||
from nonebot.compat import PYDANTIC_V2
|
||||
from nonebot.config import DOTENV_TYPE, BaseSettings, SettingsError, SettingsConfig
|
||||
from nonebot.config import DOTENV_TYPE, BaseSettings, SettingsConfig, SettingsError
|
||||
|
||||
|
||||
class Simple(BaseModel):
|
||||
|
Reference in New Issue
Block a user