From 814384dbf97a3420f52b03f31038f17eca482c11 Mon Sep 17 00:00:00 2001 From: KawasakiAkasei Date: Wed, 27 May 2026 13:50:58 +0800 Subject: [PATCH] fix: add missing List import in api.py --- hunyuan3dweb/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hunyuan3dweb/api.py b/hunyuan3dweb/api.py index 173a06a..9ca5cf8 100644 --- a/hunyuan3dweb/api.py +++ b/hunyuan3dweb/api.py @@ -8,7 +8,7 @@ import requests import json import time import os -from typing import Optional, Dict, Any +from typing import Optional, Dict, Any, List from urllib.parse import urlparse, unquote from .sign import sign, sign_with_custom_nonce