py: Remove unneeded future imports.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
Jeff Epler
2025-09-10 07:37:46 -05:00
committed by Damien George
parent 3c60e0cf21
commit d9d9d1ab0d
6 changed files with 0 additions and 12 deletions

View File

@@ -5,8 +5,6 @@ qstr. Each qstr is transformed into a qstr definition of the form 'Q(...)'.
This script works with Python 3.3+.
"""
from __future__ import print_function
import io
import os
import re