mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
ports: Remove unneeded future imports.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
committed by
Damien George
parent
4f9bc4b71c
commit
36ab1c2640
@@ -4,8 +4,6 @@
|
|||||||
# Do not use this as a reference for new ports. See tools/boardgen.py and e.g.
|
# Do not use this as a reference for new ports. See tools/boardgen.py and e.g.
|
||||||
# ports/stm32/boards/make-pins.py.
|
# ports/stm32/boards/make-pins.py.
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import sys
|
import sys
|
||||||
import csv
|
import csv
|
||||||
|
|||||||
@@ -4,8 +4,6 @@
|
|||||||
# Do not use this as a reference for new ports. See tools/boardgen.py and e.g.
|
# Do not use this as a reference for new ports. See tools/boardgen.py and e.g.
|
||||||
# ports/stm32/boards/make-pins.py.
|
# ports/stm32/boards/make-pins.py.
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import sys
|
import sys
|
||||||
import csv
|
import csv
|
||||||
|
|||||||
@@ -4,7 +4,6 @@ the CPU frequency to a given value. The algorithm here appears as C code
|
|||||||
for the machine.freq() function.
|
for the machine.freq() function.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -4,8 +4,6 @@ extracts relevant peripheral constants, and creates qstrs, mpz's and constants
|
|||||||
for the stm module.
|
for the stm module.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import re
|
import re
|
||||||
|
|
||||||
|
|||||||
@@ -7,8 +7,6 @@
|
|||||||
# This is somewhat like frozen modules in python, but allows arbitrary files
|
# This is somewhat like frozen modules in python, but allows arbitrary files
|
||||||
# to be used.
|
# to be used.
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
|
|||||||
Reference in New Issue
Block a user