Removes completely unneccesary Requests dependency.

This commit is contained in:
zinob
2018-10-04 11:56:19 +02:00
committed by GitHub
parent 33ef0708a8
commit 32d381c261

View File

@@ -5,7 +5,6 @@ from functools import partial
from time import sleep, asctime,time from time import sleep, asctime,time
import json import json
from copy import copy from copy import copy
import requests
import os.path import os.path
from .crc import Crc8 from .crc import Crc8