mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +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,7 +4,6 @@ the CPU frequency to a given value. The algorithm here appears as C code
|
||||
for the machine.freq() function.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
import re
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user