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 Jan 23, 2025
1 parent f05e712 commit 98eb3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot/adapters/qq/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from pydantic import BaseModel
from nonebot.message import handle_event
from nonebot.drivers import Request, Response
from nonebot.compat import type_validate_python, model_dump
from nonebot.compat import model_dump, type_validate_python

from nonebot.adapters import Bot as BaseBot

Expand Down

0 comments on commit 98eb3ae

Please sign in to comment.