summaryrefslogtreecommitdiff
path: root/ports/stm32/make-stmconst.py
diff options
context:
space:
mode:
Diffstat (limited to 'ports/stm32/make-stmconst.py')
-rw-r--r--ports/stm32/make-stmconst.py2
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