summaryrefslogtreecommitdiff
path: root/tools/pydfu.py
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2025-09-10 07:37:23 -0500
committerDamien George <damien@micropython.org>2025-09-15 14:54:09 +1000
commit3c60e0cf216994ea8a502744b2f915a2a48788f4 (patch)
treea18db64c24d0ce76066edb84bcfa239d2203fa30 /tools/pydfu.py
parentf0c6f16b9eeedc11f3b042704109fddb9aa3532f (diff)
tools: Remove unneeded future imports.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
Diffstat (limited to 'tools/pydfu.py')
-rwxr-xr-xtools/pydfu.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/pydfu.py b/tools/pydfu.py
index 8822b07be..376c697cb 100755
--- a/tools/pydfu.py
+++ b/tools/pydfu.py
@@ -11,8 +11,6 @@ See app note AN3156 for a description of the DFU protocol.
See document UM0391 for a description of the DFuse file.
"""
-from __future__ import print_function
-
import argparse
import collections
import inspect