mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 13:00:19 +00:00
tools: remove the dependency on the future package
This commit is contained in:
@@ -118,8 +118,6 @@
|
||||
# - Simple GET on /hello/restart_results (returns the leak results)
|
||||
|
||||
|
||||
from __future__ import division, print_function
|
||||
|
||||
import argparse
|
||||
import http.client
|
||||
import logging
|
||||
@@ -129,7 +127,6 @@ import string
|
||||
import sys
|
||||
import threading
|
||||
import time
|
||||
from builtins import object, range, str
|
||||
|
||||
_verbose_ = False
|
||||
|
||||
|
Reference in New Issue
Block a user