mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 22:56:05 +00:00
py3.8 compat
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
from typing import Literal, TypedDict
|
||||
from typing import Literal
|
||||
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
class ImageURL(TypedDict, total=False):
|
||||
|
||||
Reference in New Issue
Block a user