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

Commit

Permalink
fix: missed import
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jul 24, 2023
1 parent 7e51906 commit 790650b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bardapi/core_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
import json
import uuid
from re import search
from httpx import AsyncClient
from deep_translator import GoogleTranslator
from google.cloud import translate_v2 as translate
from bardapi.constants import ALLOWED_LANGUAGES, SESSION_HEADERS
from bardapi.utils import extract_links, upload_image, extract_bard_cookie

Expand Down

0 comments on commit 790650b

Please sign in to comment.