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

@@ -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