Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RF/OPT: delay import of requests until used/needed in _etrequest
It is a partial workaround for sensein#29 where ultimately requests is not a dependency at all, but rather built-in http is used for that minimal amount of interaction needed. This minimal change should shave off about 60ms from etelemetry import/use runtime whenever no refresh _etrequest is needed to be sent
- Loading branch information