Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
del: chatbardcookies in package init
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jan 19, 2024
1 parent eaf9039 commit d65b8c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bardapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from os import environ
from bardapi.core import Bard
from bardapi.chat import ChatBard, ChatBardCookise
from bardapi.chat import ChatBard
from bardapi.core_async import BardAsync
from bardapi.core_cookies import BardCookies, BardAsyncCookies
from bardapi.constants import (
Expand All @@ -28,7 +28,6 @@
__all__ = [
"Bard",
"ChatBard",
"ChatBardCookise",
"BardAsync",
"BardCookies",
"BardAsyncCookies",
Expand Down

0 comments on commit d65b8c7

Please sign in to comment.