Skip to content

Commit

Permalink
🐛 Fix: re-export User class (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: Ju4tCode <42488585+yanyongyu@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed May 30, 2024
1 parent 2807adf commit 69a6570
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nonebot/adapters/console/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
BOT_ID = "console"

from nonechat.info import User as User

from .bot import Bot as Bot
from .event import Event as Event
from .adapter import Adapter as Adapter
Expand Down

0 comments on commit 69a6570

Please sign in to comment.