From 2a59c866e21fdf932fbc20e48ade69005beeb633 Mon Sep 17 00:00:00 2001 From: dsdanielpark Date: Fri, 19 Jan 2024 14:06:04 +0900 Subject: [PATCH] chore: style black --- bardapi/chat.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bardapi/chat.py b/bardapi/chat.py index be9b893ca..b7697f085 100644 --- a/bardapi/chat.py +++ b/bardapi/chat.py @@ -6,6 +6,7 @@ from bardapi.constants import SEPARATOR_LINE, SESSION_HEADERS from bardapi import BardCookies + class ChatBard(Bard): """ A class representing a chatbot powered by the Bard API.