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

Commit

Permalink
Delete unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
CBoYXD committed Aug 8, 2023
1 parent e337eb9 commit 5dcdf5b
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 @@ -7,7 +7,7 @@
import random
import requests
from langdetect import detect
from deep_translator import GoogleTranslator, exceptions
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 5dcdf5b

Please sign in to comment.