1
0
mirror of https://github.com/ARM-software/devlib.git synced 2025-09-02 18:11:53 +01:00

devlib: Remove "future"

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.
This commit is contained in:
Douglas Raillard
2023-01-13 12:46:27 +00:00
committed by Marc Bonnici
parent 111aa327ce
commit 93ada9762d
16 changed files with 3 additions and 20 deletions

View File

@@ -13,7 +13,6 @@
# limitations under the License.
#
from __future__ import division
import re
from itertools import takewhile
from datetime import timedelta

View File

@@ -13,7 +13,6 @@
# limitations under the License.
#
from __future__ import division
import os
import json
import time