Skip to content

Commit

Permalink
🚨 auto fix by pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 30, 2023
1 parent 4c12b2a commit 0210119
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nonebot_plugin_alconna/uniseg/tools.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import random
from base64 import b64decode
from typing import TYPE_CHECKING, List, Type, Union, Literal, Optional, overload
import anyio
from nonebot.exception import ActionFailed

import anyio
from yarl import URL
from nonebot import get_bots
from nonebot.typing import T_State
from nonebot import get_bot as _get_bot
from nonebot.exception import ActionFailed
from nonebot.internal.driver.model import Request
from nonebot.internal.adapter import Bot, Event, Adapter

Expand Down

0 comments on commit 0210119

Please sign in to comment.