1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-27 20:40:18 -07:00

Update wideq/core.py

This commit is contained in:
Marcio Granzotto Rodrigues 2021-03-22 16:18:03 -03:00 committed by GitHub
parent 235fb0f231
commit 8236f052ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ import hmac
import datetime
import requests
import logging
import json
from typing import Any, Dict, List, Tuple
from requests.adapters import HTTPAdapter
from requests.packages.urllib3.util.retry import Retry