ARM-software / devlib

Library for interaction with and instrumentation of remote devices.
Apache License 2.0
47 stars 78 forks source link

Remove "future" dependency #612

Closed douglas-raillard-arm closed 1 year ago

douglas-raillard-arm commented 1 year ago

future was used to stay compatible between python 2 and 3, now that devlib dropped support for Python 2 there is no reason to keep it around AFAIK, and future itself depends on now-deprecated stdlib modules such as imp.