Skip to content

Commit c2258f0

Browse files
feat(arkruntime): fix python 3.7 compatible
1 parent d0878f3 commit c2258f0

File tree

1 file changed

+2
-1
lines changed
  • volcenginesdkarkruntime/resources/context

1 file changed

+2
-1
lines changed

volcenginesdkarkruntime/resources/context/context.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from __future__ import annotations
44
import httpx
55

6-
from typing import Iterable, Optional, Literal
6+
from typing import Iterable, Optional
7+
from typing_extensions import Literal
78

89
from ..._types import Body, Query, Headers
910
from .completions import Completions, AsyncCompletions

0 commit comments

Comments
 (0)