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

Commit 34e1148

Browse files
committed
fix: request
1 parent 1714a73 commit 34e1148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bardapi/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
import re
77
import string
88
import uuid
9+
import requests
910

1011
# Third-party imports
1112
from langdetect import detect
1213
from typing import Optional
13-
1414
try:
1515
from deep_translator import GoogleTranslator
1616
from google.cloud import translate_v2 as translate

0 commit comments

Comments
 (0)