Skip to content

Commit e58108b

Browse files
author
Wang Zesong
committed
fix: import
1 parent a63c4d7 commit e58108b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

volcenginesdkarkruntime/types/responses/user_location.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
#
1010
# This modified file is released under the same license.
1111

12-
from typing_extensions import Literal, Optional
12+
from typing import Optional
13+
from typing_extensions import Literal
1314

1415
from ..._models import BaseModel
1516

0 commit comments

Comments
 (0)