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:
committed by
Marc Bonnici
parent
111aa327ce
commit
93ada9762d
@@ -13,7 +13,6 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
from __future__ import division
|
||||
import re
|
||||
from itertools import takewhile
|
||||
from datetime import timedelta
|
||||
|
@@ -13,7 +13,6 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
from __future__ import division
|
||||
import os
|
||||
import json
|
||||
import time
|
||||
|
Reference in New Issue
Block a user