fix: add missing List import in api.py
This commit is contained in:
@@ -8,7 +8,7 @@ import requests
|
|||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
import os
|
import os
|
||||||
from typing import Optional, Dict, Any
|
from typing import Optional, Dict, Any, List
|
||||||
from urllib.parse import urlparse, unquote
|
from urllib.parse import urlparse, unquote
|
||||||
from .sign import sign, sign_with_custom_nonce
|
from .sign import sign, sign_with_custom_nonce
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user