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

Commit

Permalink
Added missing imports that would cause error during runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
NindoK committed Oct 1, 2023
1 parent 045865a commit e009c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bardapi/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import re
import string
import uuid
import requests

# Third-party imports
from langdetect import detect
Expand Down
2 changes: 1 addition & 1 deletion bardapi/models/tools/map.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Optional
from typing import Optional, List, Tuple

from bardapi.models.user_content import UserContent

Expand Down

0 comments on commit e009c44

Please sign in to comment.