Skip to content

Commit

Permalink
mf
Browse files Browse the repository at this point in the history
  • Loading branch information
mam10eks committed Oct 20, 2023
1 parent 45add52 commit 3046a1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion chatnoir_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__version__ = version("chatnoir-api")

from chatnoir_api import cache, model
from chatnoir_api import cache, model, chat
from chatnoir_api.model import highlight, result

# Re-export child modules.
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies = [
"typing-extensions~=4.0",
"importlib-metadata~=4.0",
"websockets~=10.4",
"websocket"
]
dynamic = ["version"]

Expand Down

0 comments on commit 3046a1c

Please sign in to comment.