mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +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
@@ -7,8 +7,6 @@
|
||||
# This is somewhat like frozen modules in python, but allows arbitrary files
|
||||
# to be used.
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
Reference in New Issue
Block a user