mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
py: Remove unneeded future imports.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
committed by
Damien George
parent
3c60e0cf21
commit
d9d9d1ab0d
@@ -6,8 +6,6 @@ These are used to generate a header with the required entries for
|
||||
"struct _mp_state_vm_t" in py/mpstate.h
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import argparse
|
||||
import io
|
||||
import re
|
||||
|
||||
Reference in New Issue
Block a user