Fixed py imports issue, I guess ?

This commit is contained in:
2025-12-14 16:56:30 +01:00
parent b4c2a4eef5
commit 65fa743cf8
8 changed files with 26 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ import ssl
import urllib3
from board_mate_client.exceptions import ApiException, ApiValueError
from openapi_client.exceptions import ApiException, ApiValueError
SUPPORTED_SOCKS_PROXIES = {"socks5", "socks5h", "socks4", "socks4a"}
RESTResponseType = urllib3.HTTPResponse