scripts: remove import from future which imports from the past

There is no point to support Python 2.
This commit is contained in:
Nicolas Schodet 2022-01-04 09:14:27 +01:00 committed by Piotr Esden-Tempski
parent 946ccab778
commit 5c07d6170f
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from __future__ import print_function
from time import sleep
import struct
import os