mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 04:00:28 +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
@@ -4,8 +4,6 @@ Process raw qstr file and output qstr data with length, hash and data bytes.
|
||||
This script works with Python 3.3+.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import re
|
||||
import sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user