mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
tools: Remove unneeded future imports.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
committed by
Damien George
parent
f0c6f16b9e
commit
3c60e0cf21
@@ -5,8 +5,6 @@
|
||||
# ;
|
||||
# This script simply prints the escaped string straight to stdout
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import sys
|
||||
|
||||
# Can either be set explicitly, or left blank to auto-detect
|
||||
|
||||
Reference in New Issue
Block a user