Skip to content

Commit

Permalink
refactor(iamai): Remove unused import and update __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Nov 25, 2024
1 parent 6bb6ec9 commit 4610cea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions iamai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from iamai.dependencies import Depends
from iamai.event import Event, MessageEvent
from iamai.plugin import Plugin
from iamai._core import sum_as_string

__all__ = [
"Adapter",
Expand All @@ -21,5 +20,4 @@
"Event",
"MessageEvent",
"Plugin",
"Core",
]

0 comments on commit 4610cea

Please sign in to comment.