From 5c07d6170fce8404ffd5cf841eb5ec9a1e36c222 Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 4 Jan 2022 09:14:27 +0100 Subject: [PATCH] scripts: remove import from future which imports from the past There is no point to support Python 2. --- scripts/stm32_mem.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/stm32_mem.py b/scripts/stm32_mem.py index 664b3df..9f47df3 100755 --- a/scripts/stm32_mem.py +++ b/scripts/stm32_mem.py @@ -18,7 +18,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -from __future__ import print_function from time import sleep import struct import os