tools: Remove unneeded future imports.

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

View File

@@ -2,8 +2,6 @@
# inserts those values into the template file specified by sys.argv[2],
# printing the result to stdout
from __future__ import print_function
import sys
import re
import string