diff options
author | Jeff Epler <jepler@unpythonic.net> | 2025-09-10 07:39:27 -0500 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-09-15 14:54:09 +1000 |
commit | 36ab1c26400a68c9f8c8c24cce03f487e403c312 (patch) | |
tree | 16d871171657f1955fa426e4ff8955e5429b20e5 /ports/stm32/make-stmconst.py | |
parent | 4f9bc4b71c55e12805f644a7733bfc21c45742e0 (diff) |
ports: Remove unneeded future imports.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
Diffstat (limited to 'ports/stm32/make-stmconst.py')
-rw-r--r-- | ports/stm32/make-stmconst.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/stm32/make-stmconst.py b/ports/stm32/make-stmconst.py index ff84977ad..770033ef5 100644 --- a/ports/stm32/make-stmconst.py +++ b/ports/stm32/make-stmconst.py @@ -4,8 +4,6 @@ extracts relevant peripheral constants, and creates qstrs, mpz's and constants for the stm module. """ -from __future__ import print_function - import argparse import re |