Skip to content

Commit

Permalink
fix: resolve CI error caused by unsorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fanhang34 committed Jan 22, 2025
1 parent 9cef61d commit 289aba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cozepy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
)
from .bots import (
Bot,
BotKnowledge,
BotModelInfo,
BotOnboardingInfo,
BotKnowledge,
BotPluginAPIInfo,
BotPluginInfo,
BotPromptInfo,
Expand Down

0 comments on commit 289aba7

Please sign in to comment.