Skip to content

Commit

Permalink
🚨 fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
StarHeartHunt committed Oct 22, 2023
1 parent d3f8508 commit 2d2d622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nonebot/adapters/feishu/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
from typing_extensions import override
from typing import TYPE_CHECKING, Any, List, Union, Callable

import json
from nonebot.message import handle_event
from pydantic import Field, HttpUrl, BaseModel

from nonebot.adapters import Bot as BaseBot

from .utils import log
from .config import BotConfig
from .message import Message, MessageSegment, At
from .message import At, Message, MessageSegment
from .event import Event, MessageEvent, GroupMessageEvent, PrivateMessageEvent

if TYPE_CHECKING:
Expand Down

0 comments on commit 2d2d622

Please sign in to comment.