ARM-software / devlib

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

devlib: Remove "future" #613

Closed douglas-raillard-arm closed 1 year ago

douglas-raillard-arm commented 1 year ago

Remove the "future" dependency as devlib does not support Python 2 anymore.

Also remove the "from future import division" as this is the default in Python 3.

Fixes #612