This commit is contained in:
Eugene Yurtsev
2024-07-12 16:50:46 -04:00
parent ecae630d68
commit b3cf1ae842

View File

@@ -56,7 +56,6 @@ class Description(TypedDict, total=False):
T = TypeVar("T", bound=BaseMedia)
Q = TypeVar("Q")
class UpsertResponse(TypedDict):