fix: add missing List import in api.py

This commit is contained in:
KawasakiAkasei
2026-05-27 13:50:58 +08:00
parent 5328c213fe
commit 814384dbf9

View File

@@ -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