tools: remove the dependency on the future package

This commit is contained in:
simon.chupin
2022-07-07 14:45:09 +02:00
parent c25c254666
commit 35dda59209
29 changed files with 35 additions and 143 deletions

View File

@@ -2,9 +2,6 @@
#
# SPDX-FileCopyrightText: 2018-2022 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0
from __future__ import division, print_function, unicode_literals
import logging
import os
import random
@@ -13,7 +10,6 @@ import string
import sys
import threading
import time
from builtins import range
import pytest