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

Commit

Permalink
fix: request
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Oct 2, 2023
1 parent 1714a73 commit 34e1148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bardapi/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
import re
import string
import uuid
import requests

# Third-party imports
from langdetect import detect
from typing import Optional

try:
from deep_translator import GoogleTranslator
from google.cloud import translate_v2 as translate
Expand Down

0 comments on commit 34e1148

Please sign in to comment.